summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2015-01-14 15:24:50 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2015-01-14 15:24:50 -0300
commit6941519e60fcd071b2a3370a188a393de6717c91 (patch)
tree1e2e074c78d5351ec8d85561ba43adc4c906f46f
parent54521d35d239c2e62d42e9c77690b9d1bc94f7db (diff)
Pin/unpin dependencies.
Unpin python-dateutil since is no longer a problem. Pin python-daemon since latest version (2.0.3 as today) fails to get installed wich causes problems with the bundle and the bootstrapper script.
-rw-r--r--pkg/requirements.pip7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkg/requirements.pip b/pkg/requirements.pip
index 8ce1793e..37cc18a3 100644
--- a/pkg/requirements.pip
+++ b/pkg/requirements.pip
@@ -10,15 +10,14 @@ requests>=1.1.0
srp>=1.0.2
pyopenssl
-# 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
+# This won't be needed after we refactor leap.common.events to use zmq.
+python-dateutil
psutil
ipaddr
twisted
-python-daemon # this should not be needed for Windows.
+python-daemon==1.6.1 # this should not be needed for Windows.
keyring
zope.proxy