diff options
author | Ruben Pollan <meskio@sindominio.net> | 2014-09-19 11:02:37 -0500 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2014-09-19 11:02:37 -0500 |
commit | 0b3b0031a0271c2e49c9f19b6ff4b74e0de084d6 (patch) | |
tree | b8ffa66f2a514b92779bbfb377d88431ea9f64ab /pkg/requirements.pip | |
parent | 94b1b7d4f9ebfed6d1f21646c5709d9f38642af4 (diff) | |
parent | f66493426a7d0839801c81089ade6511efa1be3a (diff) |
Merge branch 'kali/use-wheels' into develop
Diffstat (limited to 'pkg/requirements.pip')
-rw-r--r-- | pkg/requirements.pip | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/pkg/requirements.pip b/pkg/requirements.pip index bf05aa28..9f49bf03 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -9,7 +9,10 @@ argparse requests>=1.1.0 srp>=1.0.2 pyopenssl -python-dateutil + +# This won't be needed after we refactor leap.common.events +# to use zmq. +python-dateutil==1.4 # See https://leap.se/code/issues/6099 psutil @@ -19,6 +22,8 @@ python-daemon # this should not be needed for Windows. keyring 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 leap.common>=0.3.7 |