mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:52:02 +02:00
InsecurePlatformWarning (fixes #304)
This commit is contained in:
@@ -32,7 +32,9 @@ install_requires = [
|
||||
'ConfArgParse',
|
||||
'jsonschema',
|
||||
'mock',
|
||||
'ndg-httpsclient', # urllib3 InsecurePlatformWarning (#304)
|
||||
'psutil>=2.1.0', # net_connections introduced in 2.1.0
|
||||
'pyasn1', # urllib3 InsecurePlatformWarning (#304)
|
||||
'pycrypto',
|
||||
'PyOpenSSL',
|
||||
'python-augeas',
|
||||
|
||||
Reference in New Issue
Block a user