From 01b005b0642454e3d670089ed7e530eda8e9ef91 Mon Sep 17 00:00:00 2001 From: drebs Date: Wed, 28 Jan 2015 16:17:51 -0200 Subject: [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 --- pkg/requirements.pip | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkg/requirements.pip') 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 -- cgit v1.2.3