mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:05:31 +02:00
Remove the dependency on pytz (#10350)
The `pytz` is obsoleted by Python 3.9.
This commit is contained in:
@@ -37,7 +37,6 @@ install_requires = [
|
||||
'josepy>=2.0.0',
|
||||
'parsedatetime>=2.4',
|
||||
'pyrfc3339',
|
||||
'pytz>=2019.3',
|
||||
# This dependency needs to be added using environment markers to avoid its
|
||||
# installation on Linux.
|
||||
'pywin32>=300 ; sys_platform == "win32"',
|
||||
@@ -75,7 +74,6 @@ test_extras = [
|
||||
'tox',
|
||||
'types-httplib2',
|
||||
'types-pyRFC3339',
|
||||
'types-pytz',
|
||||
'types-pywin32',
|
||||
'types-requests',
|
||||
'types-setuptools',
|
||||
|
||||
Reference in New Issue
Block a user