mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 08:08:00 +02:00
Remove the dependency on pytz (#10350)
The `pytz` is obsoleted by Python 3.9.
This commit is contained in:
@@ -66,7 +66,6 @@ pytest==8.3.5 ; python_full_version >= "3.9.2" and python_version < "3.10"
|
||||
python-augeas==0.5.0 ; python_full_version >= "3.9.2" and python_version < "3.10"
|
||||
python-dateutil==2.9.0.post0 ; python_full_version >= "3.9.2" and python_version < "3.10"
|
||||
python-digitalocean==1.11 ; python_full_version >= "3.9.2" and python_version < "3.10"
|
||||
pytz==2019.3 ; python_full_version >= "3.9.2" and python_version < "3.10"
|
||||
pywin32==310 ; python_full_version >= "3.9.2" and python_version < "3.10" and sys_platform == "win32"
|
||||
pyyaml==6.0.2 ; python_full_version >= "3.9.2" and python_version < "3.10"
|
||||
requests-file==2.1.0 ; python_full_version >= "3.9.2" and python_version < "3.10"
|
||||
@@ -83,7 +82,6 @@ tox==1.9.2 ; python_full_version >= "3.9.2" and python_version < "3.10"
|
||||
types-httplib2==0.22.0.20250401 ; python_full_version >= "3.9.2" and python_version < "3.10"
|
||||
types-pyrfc3339==2.0.1.20241107 ; python_full_version >= "3.9.2" and python_version < "3.10"
|
||||
types-python-dateutil==2.9.0.20241206 ; python_full_version >= "3.9.2" and python_version < "3.10"
|
||||
types-pytz==2025.2.0.20250326 ; python_full_version >= "3.9.2" and python_version < "3.10"
|
||||
types-pywin32==310.0.0.20250429 ; python_full_version >= "3.9.2" and python_version < "3.10"
|
||||
types-requests==2.31.0.6 ; python_full_version >= "3.9.2" and python_version < "3.10"
|
||||
types-setuptools==80.0.0.20250429 ; python_full_version >= "3.9.2" and python_version < "3.10"
|
||||
|
||||
Reference in New Issue
Block a user