summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2015-06-01 14:46:10 -0300
committerdrebs <drebs@leap.se>2015-06-01 14:46:10 -0300
commit72af2ac4cc2252883f358af85c0921e11ccf7f80 (patch)
tree8d6c713f217d69bfd3ac3501ee511a972e00a603
parent7d4ab674a167d48686f61310ff4ff6a62a545e67 (diff)
[pkg] bump dependency versions
-rw-r--r--client/changes/VERSION_COMPAT3
-rw-r--r--client/pkg/requirements.pip6
-rw-r--r--common/pkg/requirements.pip2
3 files changed, 4 insertions, 7 deletions
diff --git a/client/changes/VERSION_COMPAT b/client/changes/VERSION_COMPAT
index c0747052..cc00ecf7 100644
--- a/client/changes/VERSION_COMPAT
+++ b/client/changes/VERSION_COMPAT
@@ -8,6 +8,3 @@
#
# BEGIN DEPENDENCY LIST -------------------------
# leap.foo.bar>=x.y.z
-pysqlcipher>2.6.3
-leap.common>=0.4
-leap.soledad.common>=0.6.5
diff --git a/client/pkg/requirements.pip b/client/pkg/requirements.pip
index e00ab961..9fffdbe3 100644
--- a/client/pkg/requirements.pip
+++ b/client/pkg/requirements.pip
@@ -1,4 +1,4 @@
-pysqlcipher
+pysqlcipher>2.6.3
simplejson
u1db
scrypt
@@ -8,8 +8,8 @@ zope.proxy
twisted
# leap deps -- bump me!
-leap.common
-leap.soledad.common>=0.6.0
+leap.common>=0.4
+leap.soledad.common>=0.6.5
# XXX -- fix me!
# oauth is not strictly needed by us, but we need it until u1db adds it to its
diff --git a/common/pkg/requirements.pip b/common/pkg/requirements.pip
index ea2f3fa2..005d6884 100644
--- a/common/pkg/requirements.pip
+++ b/common/pkg/requirements.pip
@@ -2,7 +2,7 @@ simplejson
u1db
# leap deps -- bump me!
-leap.common
+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