diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-07-09 16:33:50 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-07-14 12:15:25 -0300 |
commit | 8186e43e1be9e70ab37c1dd923ac8f275c82b556 (patch) | |
tree | f992a0bb67d1e2b467f92ea41bcc792f82d8f8d0 /pkg | |
parent | d8152277022eedf5a88c84cc5f099b2fc9ad6e46 (diff) |
Add PyZMQ dependency.
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 3d6b33a3..bf05aa28 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -19,6 +19,8 @@ python-daemon # this should not be needed for Windows. keyring zope.proxy +pyzmq + leap.common>=0.3.7 leap.soledad.client>=0.5.0 leap.keymanager>=0.3.8 |