diff options
author | drebs <drebs@leap.se> | 2015-06-01 16:13:52 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2015-06-01 16:13:52 -0300 |
commit | 79ea2afaf246c519245949ab4479b64d83790e60 (patch) | |
tree | 7038eac2c8bc7c065ffe6c93948099dfdb7a29d3 /common | |
parent | 7d4ab674a167d48686f61310ff4ff6a62a545e67 (diff) |
[pkg] bump dependency versions
Diffstat (limited to 'common')
-rw-r--r-- | common/pkg/requirements-testing.pip | 6 | ||||
-rw-r--r-- | common/pkg/requirements.pip | 3 |
2 files changed, 3 insertions, 6 deletions
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 ea2f3fa2..287741d2 100644 --- a/common/pkg/requirements.pip +++ b/common/pkg/requirements.pip @@ -1,9 +1,6 @@ simplejson u1db -# leap deps -- bump me! -leap.common - # XXX -- fix me! # oauth is not strictly needed by us, but we need it until u1db adds it to its # release as a dep. |