mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 16:54:56 +02:00
Remove the dependency on pytz (#10350)
The `pytz` is obsoleted by Python 3.9.
This commit is contained in:
@@ -10,7 +10,6 @@ install_requires = [
|
||||
# relaxed to >=24.0.0 if needed.
|
||||
'PyOpenSSL>=25.0.0',
|
||||
'pyrfc3339',
|
||||
'pytz>=2019.3',
|
||||
'requests>=2.20.0',
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user