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 | 1bb3748a9617ab641710113e4f29d9bab0b4487c (patch) | |
tree | b67c8b2789bfee5d06d55769857311a59d01199a | |
parent | bb265821d74b3ac95e259b7683b7bde4a77e916f (diff) |
Update requirements
-rw-r--r-- | changes/VERSION_COMPAT | 1 | ||||
-rw-r--r-- | pkg/requirements.pip | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT index 07fa24e..cc00ecf 100644 --- a/changes/VERSION_COMPAT +++ b/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/pkg/requirements.pip b/pkg/requirements.pip index 6fa0df4..4780b5c 100644 --- a/pkg/requirements.pip +++ b/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 ?? |