diff options
author | drebs <drebs@leap.se> | 2015-06-01 14:46:10 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2015-06-01 14:46:10 -0300 |
commit | 72af2ac4cc2252883f358af85c0921e11ccf7f80 (patch) | |
tree | 8d6c713f217d69bfd3ac3501ee511a972e00a603 /client | |
parent | 7d4ab674a167d48686f61310ff4ff6a62a545e67 (diff) |
[pkg] bump dependency versions
Diffstat (limited to 'client')
-rw-r--r-- | client/changes/VERSION_COMPAT | 3 | ||||
-rw-r--r-- | client/pkg/requirements.pip | 6 |
2 files changed, 3 insertions, 6 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 |