diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-07-10 19:27:47 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-07-10 19:27:47 -0300 |
commit | 3a5eba162db77c76bd0bb035c84ffa42a8a08b0e (patch) | |
tree | d645a2cd080eb6da97a556fa819a6b7e94cd5219 | |
parent | f85aa3d0755dd7eb8f7d50ff7d3d3527205299a2 (diff) |
[pkg] bump dependencies0.9.0rc1
-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 |