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-01 22:57:41 +0300
committerJakub Warmuz <jakub@warmuz.org>2015-09-01 22:57:41 +0300
commitc6e4c7dea1020a69ce64fc4b99f88d186fc07f69 (patch)
treedfa41d3f7981baa1ff1108b457199fac00c382d9 /letsencrypt-nginx/setup.py
parentc3941b1a8d159e04641304ea040c845f4ebd0559 (diff)
setup.py: update/fix deps.
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 92b974974..4a7123528 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',
]