Move _pyopenssl_cert_or_req_san to acme.

This commit is contained in:
Jakub Warmuz
2015-07-13 11:02:27 +00:00
parent ccc6a3212b
commit c2a8195f19
10 changed files with 114 additions and 48 deletions
+1 -2
View File
@@ -37,8 +37,7 @@ install_requires = [
'mock<1.1.0', # py26
'parsedatetime',
'psutil>=2.1.0', # net_connections introduced in 2.1.0
# https://pyopenssl.readthedocs.org/en/latest/api/crypto.html#OpenSSL.crypto.X509Req.get_extensions
'PyOpenSSL>=0.15',
'PyOpenSSL',
'pyrfc3339',
'python2-pythondialog>=3.2.2rc1', # Debian squeeze support, cf. #280
'pytz',