From 346d5bb08b917222ddea2627a8815e5b061857cd Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Fri, 14 Jul 2017 15:02:45 +0200 Subject: [pkg] add certifi as a dependency --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"] }, ) -- cgit v1.2.3