diff options
-rw-r--r-- | changes/VERSION_COMPAT | 3 | ||||
-rw-r--r-- | pkg/requirements.pip | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT index 469ade25..cc00ecf7 100644 --- a/changes/VERSION_COMPAT +++ b/changes/VERSION_COMPAT @@ -8,6 +8,3 @@ # # BEGIN DEPENDENCY LIST ------------------------- # leap.foo.bar>=x.y.z - -leap.soledad.client>=0.4.0 # because of backward-incompatible changes - # https://github.com/leapcode/soledad/pull/76 diff --git a/pkg/requirements.pip b/pkg/requirements.pip index ce93b2ef..154e51b4 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -19,7 +19,7 @@ python-daemon # this should not be needed for Windows. keyring leap.common>=0.3.2 -leap.soledad.client>=0.3.0 +leap.soledad.client>=0.4.0 leap.keymanager>=0.2.0 leap.mail>=0.3.2 |