mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 16:19:13 +02:00
Drop version dependency
This commit is contained in:
+2
-2
@@ -12,8 +12,8 @@ install_requires = [
|
|||||||
'cryptography>=0.8',
|
'cryptography>=0.8',
|
||||||
'ndg-httpsclient', # urllib3 InsecurePlatformWarning (#304)
|
'ndg-httpsclient', # urllib3 InsecurePlatformWarning (#304)
|
||||||
'pyasn1', # urllib3 InsecurePlatformWarning (#304)
|
'pyasn1', # urllib3 InsecurePlatformWarning (#304)
|
||||||
# Connection.set_tlsext_host_name (>=0.13), X509Req.get_extensions (>=0.15)
|
# Connection.set_tlsext_host_name (>=0.13)
|
||||||
'PyOpenSSL>=0.15',
|
'PyOpenSSL>=0.13',
|
||||||
'pyrfc3339',
|
'pyrfc3339',
|
||||||
'pytz',
|
'pytz',
|
||||||
'requests',
|
'requests',
|
||||||
|
|||||||
Reference in New Issue
Block a user