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-09-11 10:15:10 +0300
committerJakub Warmuz <jakub@warmuz.org>2015-09-11 10:15:10 +0300
commit33c2aed02111defbe3e918901305dcaa4370e58f (patch)
treed8c85359e57ebd32916c20fd610e1a2512fc97ee /letsencrypt-nginx/setup.py
parent0ebef628463f30ea2fd74d876e9b4939977828fe (diff)
parente3b48051ea8fda9a904e74480a03e9da522d255e (diff)
Merge remote-tracking branch 'github/letsencrypt/master' into lint
Diffstat (limited to 'letsencrypt-nginx/setup.py')
-rw-r--r--letsencrypt-nginx/setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/letsencrypt-nginx/setup.py b/letsencrypt-nginx/setup.py
index 2448da71b..30dfa584f 100644
--- a/letsencrypt-nginx/setup.py
+++ b/letsencrypt-nginx/setup.py
@@ -5,8 +5,9 @@ from setuptools import find_packages
install_requires = [
'acme',
'letsencrypt',
- 'pyparsing>=1.5.5', # Python3 support; perhaps unnecessary?
'mock<1.1.0', # py26
+ 'PyOpenSSL',
+ 'pyparsing>=1.5.5', # Python3 support; perhaps unnecessary?
'zope.interface',
]