acme: M2Crypto -> pyOpenSSL

This commit is contained in:
Jakub Warmuz
2015-07-06 12:18:17 +00:00
parent e0293d81f3
commit 9197fa6b5c
17 changed files with 151 additions and 80 deletions
+1 -1
View File
@@ -43,10 +43,10 @@ acme_install_requires = [
'pyrfc3339',
'ndg-httpsclient', # urllib3 InsecurePlatformWarning (#304)
'pyasn1', # urllib3 InsecurePlatformWarning (#304)
#'PyOpenSSL', # version pin would cause mismatch
'pytz',
'requests',
'werkzeug',
'M2Crypto',
]
letsencrypt_install_requires = [
#'acme',