summaryrefslogtreecommitdiff
path: root/pkg/requirements.pip
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2015-01-28 16:17:51 -0200
committerdrebs <drebs@leap.se>2015-05-08 16:11:47 -0300
commit01b005b0642454e3d670089ed7e530eda8e9ef91 (patch)
treed4a99c7e581dbb512d2430db4f0f8d1c90ff310a /pkg/requirements.pip
parent456941648223a14fe144264c27a5dce4e4e702e5 (diff)
[feat] use txzmq in backend
Before this commit, the backend used plain pyzmq bindings for communicating with the frontend. This implements the txzmq twisted-powered bindings instead. Closes: #6360
Diffstat (limited to 'pkg/requirements.pip')
-rw-r--r--pkg/requirements.pip2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/requirements.pip b/pkg/requirements.pip
index 37cc18a3..13d4da14 100644
--- a/pkg/requirements.pip
+++ b/pkg/requirements.pip
@@ -9,6 +9,7 @@ argparse
requests>=1.1.0
srp>=1.0.2
pyopenssl
+coloredlogs
# This won't be needed after we refactor leap.common.events to use zmq.
python-dateutil
@@ -24,6 +25,7 @@ zope.proxy
# You will want to install this bundled if you don't have sodium in your system:
# pip install pyzmq --install-option="--zmq=bundled"
pyzmq
+txzmq
leap.common>=0.3.7
leap.soledad.client>=0.6.0