summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2015-06-01 16:13:52 -0300
committerdrebs <drebs@leap.se>2015-06-01 16:30:32 -0300
commit257f26114ac448832f5d6b9125c32f7075d5c4c2 (patch)
tree02e78359068343973d6c2cdca03dd2fa4f640273
parent9fb1c47ca7da06d6feef6846b812aec28128ed78 (diff)
[pkg] bump dependency versions
Conflicts: client/pkg/requirements.pip common/pkg/requirements.pip
-rw-r--r--client/pkg/requirements.pip2
-rw-r--r--common/pkg/requirements-testing.pip6
-rw-r--r--common/pkg/requirements.pip3
3 files changed, 4 insertions, 7 deletions
diff --git a/client/pkg/requirements.pip b/client/pkg/requirements.pip
index 9fffdbe3..26f7c979 100644
--- a/client/pkg/requirements.pip
+++ b/client/pkg/requirements.pip
@@ -8,7 +8,7 @@ zope.proxy
twisted
# leap deps -- bump me!
-leap.common>=0.4
+leap.common>=0.4.0
leap.soledad.common>=0.6.5
# XXX -- fix me!
diff --git a/common/pkg/requirements-testing.pip b/common/pkg/requirements-testing.pip
index c72c9fc4..e23135ac 100644
--- a/common/pkg/requirements-testing.pip
+++ b/common/pkg/requirements-testing.pip
@@ -1,6 +1,6 @@
mock
testscenarios
-leap.common
-leap.soledad.server
-leap.soledad.client
+leap.common>=0.4.0
+leap.soledad.server>=0.7.0
+leap.soledad.client>=0.7.0
setuptools-trial
diff --git a/common/pkg/requirements.pip b/common/pkg/requirements.pip
index 005d6884..287741d2 100644
--- a/common/pkg/requirements.pip
+++ b/common/pkg/requirements.pip
@@ -1,9 +1,6 @@
simplejson
u1db
-# leap deps -- bump me!
-leap.common>=0.7.0
-
# XXX -- fix me!
# oauth is not strictly needed by us, but we need it until u1db adds it to its
# release as a dep.