mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 00:35:03 +02:00
simplify code (#9807)
This commit is contained in:
+3
-1
@@ -19,7 +19,9 @@ install_requires = [
|
||||
'pywin32>=300 ; sys_platform == "win32"',
|
||||
'pyyaml',
|
||||
'pytz>=2019.3',
|
||||
'requests',
|
||||
# requests unvendored its dependencies in version 2.16.0 and this code relies on that for
|
||||
# calling `urllib3.disable_warnings`.
|
||||
'requests>=2.16.0',
|
||||
'setuptools',
|
||||
'types-python-dateutil',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user