diff options
-rw-r--r-- | changes/VERSION_COMPAT | 4 | ||||
-rw-r--r-- | pkg/requirements.pip | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT index 6a972b71..f35d01c6 100644 --- a/changes/VERSION_COMPAT +++ b/changes/VERSION_COMPAT @@ -11,6 +11,4 @@ # # BEGIN DEPENDENCY LIST ------------------------- # leap.foo.bar>=x.y.z -leap.keymanager>=0.4.0 -leap.mail>=0.4.0 -leap.common>=0.4 +leap.mail>=0.4.0 # this is not tagged/released yet diff --git a/pkg/requirements.pip b/pkg/requirements.pip index c6174648..c9fc7216 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -25,8 +25,9 @@ pyzmq txzmq leap.soledad.client>=0.6.0 -leap.keymanager>=0.3.8 -leap.mail>=0.3.9 +leap.keymanager>=0.4.0 +leap.mail>=0.4.0rc1 +leap.common>=0.4.0 # Remove this when u1db fixes its dependency on oauth oauth |