Drop version dependency

This commit is contained in:
Brad Warren
2015-12-17 17:47:15 -08:00
parent c805759487
commit a28f8fe442
+2 -2
View File
@@ -12,8 +12,8 @@ install_requires = [
'cryptography>=0.8',
'ndg-httpsclient', # urllib3 InsecurePlatformWarning (#304)
'pyasn1', # urllib3 InsecurePlatformWarning (#304)
# Connection.set_tlsext_host_name (>=0.13), X509Req.get_extensions (>=0.15)
'PyOpenSSL>=0.15',
# Connection.set_tlsext_host_name (>=0.13)
'PyOpenSSL>=0.13',
'pyrfc3339',
'pytz',
'requests',