summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4269718..2d5a613 100644
--- a/setup.py
+++ b/setup.py
@@ -153,6 +153,9 @@ setup(
# needed for leap.common.http
# service_identity needed for propper hostname identification,
# see http://twistedmatrix.com/documents/current/core/howto/ssl.html
- 'http': ["Twisted>=14.0.2", "service_identity", "zope.interface"]
+ 'http': [
+ "Twisted>=14.0.2",
+ "service_identity", "zope.interface",
+ "certifi"]
},
)