summaryrefslogtreecommitdiff
path: root/pkg/requirements.pip
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2014-09-18 13:09:07 -0500
committerKali Kaneko <kali@leap.se>2014-09-19 10:59:13 -0500
commitf66493426a7d0839801c81089ade6511efa1be3a (patch)
treeb8ffa66f2a514b92779bbfb377d88431ea9f64ab /pkg/requirements.pip
parent94b1b7d4f9ebfed6d1f21646c5709d9f38642af4 (diff)
Use wheels! yeah!
No more infinite time to re-create a virtualenv.
Diffstat (limited to 'pkg/requirements.pip')
-rw-r--r--pkg/requirements.pip7
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