diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-11-01 10:41:45 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-11-01 10:41:45 -0300 |
commit | 3737cf5859d6e4a1a749a3719de937b821adf092 (patch) | |
tree | 48111773af1f8f36eda2d1e0213017f9a3f9894a /mail | |
parent | 4ef8825396024f63e495ea5c6a3e7ec6409d2ec7 (diff) |
Update requirements
Diffstat (limited to 'mail')
-rw-r--r-- | mail/changes/VERSION_COMPAT | 1 | ||||
-rw-r--r-- | mail/pkg/requirements.pip | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/mail/changes/VERSION_COMPAT b/mail/changes/VERSION_COMPAT index 07fa24e..cc00ecf 100644 --- a/mail/changes/VERSION_COMPAT +++ b/mail/changes/VERSION_COMPAT @@ -8,4 +8,3 @@ # # BEGIN DEPENDENCY LIST ------------------------- # leap.foo.bar>=x.y.z -leap.common>=0.3.5
\ No newline at end of file diff --git a/mail/pkg/requirements.pip b/mail/pkg/requirements.pip index 6fa0df4..4780b5c 100644 --- a/mail/pkg/requirements.pip +++ b/mail/pkg/requirements.pip @@ -1,4 +1,4 @@ leap.soledad.client>=0.3.0 -leap.common>=0.3.0 +leap.common>=0.3.5 leap.keymanager>=0.3.4 twisted # >= 12.0.3 ?? |