mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 18:04:31 +02:00
Remove the dependency on pytz (#10350)
The `pytz` is obsoleted by Python 3.9.
This commit is contained in:
@@ -136,7 +136,6 @@ pytest==8.4.1 ; python_full_version >= "3.9.2" and python_version < "4.0"
|
||||
python-augeas==1.2.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
|
||||
python-dateutil==2.9.0.post0 ; python_full_version >= "3.9.2" and python_version < "4.0"
|
||||
python-digitalocean==1.17.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
|
||||
pytz==2025.2 ; python_full_version >= "3.9.2" and python_version < "4.0"
|
||||
pywin32-ctypes==0.2.3 ; python_full_version >= "3.9.2" and python_version < "4.0" and sys_platform == "win32"
|
||||
pywin32==311 ; python_full_version >= "3.9.2" and python_version < "4.0" and sys_platform == "win32"
|
||||
pyyaml==6.0.2 ; python_full_version >= "3.9.2" and python_version < "4.0"
|
||||
@@ -182,7 +181,6 @@ twine==6.1.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
|
||||
types-httplib2==0.22.0.20250622 ; python_full_version >= "3.9.2" and python_version < "4.0"
|
||||
types-pyrfc3339==2.0.1.20241107 ; python_full_version >= "3.9.2" and python_version < "4.0"
|
||||
types-python-dateutil==2.9.0.20250708 ; python_full_version >= "3.9.2" and python_version < "4.0"
|
||||
types-pytz==2025.2.0.20250516 ; python_full_version >= "3.9.2" and python_version < "4.0"
|
||||
types-pywin32==310.0.0.20250516 ; python_full_version >= "3.9.2" and python_version < "4.0"
|
||||
types-requests==2.31.0.6 ; python_full_version >= "3.9.2" and python_version < "3.10"
|
||||
types-requests==2.32.4.20250611 ; python_version >= "3.10" and python_version < "4.0"
|
||||
|
||||
Reference in New Issue
Block a user