diff options
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/requirements.pip | 2 |
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 |