diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-11-01 10:46:30 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-11-01 10:46:30 -0300 |
commit | 2367dc448d3b1846801b8a93018f74727fcd7592 (patch) | |
tree | 169a1713156aee8b6a49549344e6f7721778984a | |
parent | 538fba766ca17383b8622b1770d419f7ca69b598 (diff) |
Update requirements
-rw-r--r-- | changes/VERSION_COMPAT | 3 | ||||
-rw-r--r-- | pkg/requirements.pip | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT index b5e72ed5..cc00ecf7 100644 --- a/changes/VERSION_COMPAT +++ b/changes/VERSION_COMPAT @@ -8,6 +8,3 @@ # # BEGIN DEPENDENCY LIST ------------------------- # leap.foo.bar>=x.y.z - -leap.mail>=0.3.6 -leap.soledad>=0.4.2
\ No newline at end of file diff --git a/pkg/requirements.pip b/pkg/requirements.pip index 29a313ea..885b19f8 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -19,9 +19,9 @@ keyring zope.proxy leap.common>=0.3.4 -leap.soledad.client>=0.4.0 +leap.soledad.client>=0.4.2 leap.keymanager>=0.3.4 -leap.mail>=0.3.5 +leap.mail>=0.3.6 # Remove this when u1db fixes its dependency on oauth oauth |