Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Warmuz <jakub@warmuz.org>2015-06-19 18:10:23 +0300
committerJakub Warmuz <jakub@warmuz.org>2015-07-13 14:02:27 +0300
commitc2a8195f197e027a2594a790be5a18d6d0334b6c (patch)
tree3b6e030e058bb1aa670a7548c1efcc0f92d14830 /setup.py
parentccc6a3212b29bacfb5355d3cf873a54c7d4acfca (diff)
Move _pyopenssl_cert_or_req_san to acme.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 1e0d58a70..78207e230 100644
--- a/setup.py
+++ b/setup.py
@@ -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',