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:
authorRémy HUBSCHER <rhubscher@mozilla.com>2015-12-24 02:30:51 +0300
committerRémy HUBSCHER <rhubscher@mozilla.com>2015-12-24 02:41:27 +0300
commit6a026597f4e7961bbe8557f17c823a39cd718d00 (patch)
tree3b22f7834bb18f78df97748d99908a564b09aeb5 /letsencrypt-compatibility-test/setup.py
parentd348d4c051b49bc7a24c734234b1adc0d75c3c83 (diff)
Move validator to compatibility-test — Refs #1997
Diffstat (limited to 'letsencrypt-compatibility-test/setup.py')
-rw-r--r--letsencrypt-compatibility-test/setup.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/letsencrypt-compatibility-test/setup.py b/letsencrypt-compatibility-test/setup.py
index eb7e23036..1ff9e7649 100644
--- a/letsencrypt-compatibility-test/setup.py
+++ b/letsencrypt-compatibility-test/setup.py
@@ -10,6 +10,7 @@ install_requires = [
'letsencrypt=={0}'.format(version),
'letsencrypt-apache=={0}'.format(version),
'docker-py',
+ 'requests',
'zope.interface',
]
@@ -18,6 +19,11 @@ if sys.version_info < (2, 7):
else:
install_requires.append('mock')
+if sys.version_info < (2, 7, 9):
+ # For secure SSL connexion with Python 2.7 (InsecurePlatformWarning)
+ install_requires.append('ndg-httpsclient')
+ install_requires.append('pyasn1')
+
docs_extras = [
'repoze.sphinx.autointerface',
'Sphinx>=1.0', # autodoc_member_order = 'bysource', autodoc_default_flags