diff options
Diffstat (limited to 'common/pkg')
-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. |