diff options
-rw-r--r-- | changes/VERSION_COMPAT | 2 | ||||
-rw-r--r-- | pkg/requirements.pip | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT index a4f0a0ac..cc00ecf7 100644 --- a/changes/VERSION_COMPAT +++ b/changes/VERSION_COMPAT @@ -8,5 +8,3 @@ # # BEGIN DEPENDENCY LIST ------------------------- # leap.foo.bar>=x.y.z -leap.keymanager>=0.3.4 -leap.mail>=0.3.5 diff --git a/pkg/requirements.pip b/pkg/requirements.pip index 35486dac..458db39c 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -19,8 +19,8 @@ keyring leap.common>=0.3.4 leap.soledad.client>=0.4.0 -leap.keymanager>=0.3.3 -leap.mail>=0.3.4 +leap.keymanager>=0.3.4 +leap.mail>=0.3.5 # Remove this when u1db fixes its dependency on oauth oauth |