mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 18:04:31 +02:00
acme: M2Crypto -> pyOpenSSL
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user