summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2015-05-26 22:06:20 +0200
committerRuben Pollan <meskio@sindominio.net>2015-05-27 10:44:47 +0200
commit71c750ef9c3e53ef416d1de6e85458f16ca48d74 (patch)
tree746e71a258229df89acd49e0bc1cc1fbab853e04 /pkg
parent00bfb22368c788bfc5de458e9159ee73cf3e66c7 (diff)
[refactor] move http twisted code from soledad
Implements an HTTP client the twisted way, with a focus on pinning the SSL certs. * Related: #6506
Diffstat (limited to 'pkg')
-rw-r--r--pkg/requirements.pip2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/requirements.pip b/pkg/requirements.pip
index c89fd19..7346fde 100644
--- a/pkg/requirements.pip
+++ b/pkg/requirements.pip
@@ -4,5 +4,7 @@ protobuf>=2.4.1
protobuf.socketrpc
pyopenssl
python-dateutil
+Twisted>=12.1
+zope.interface
#autopep8 -- ???