diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-11-01 10:55:01 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-11-01 10:55:01 -0300 |
commit | a3d057708c04d54fe1c3caa8cab2fb55bd592f51 (patch) | |
tree | d67b925e00f11143d2a1f0c00289dff51ccd1b26 | |
parent | 81adca3c843df461c7892f4ff6c7dd5eb12928d4 (diff) |
Update requirements
-rw-r--r-- | changes/VERSION_COMPAT | 11 | ||||
-rw-r--r-- | pkg/requirements.pip | 1 |
2 files changed, 11 insertions, 1 deletions
diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT index 98efc6e..cc00ecf 100644 --- a/changes/VERSION_COMPAT +++ b/changes/VERSION_COMPAT @@ -1 +1,10 @@ -leap.common>=0.3.5
\ No newline at end of file +################################################# +# This file keeps track of the recent changes +# introduced in internal leap dependencies. +# Add your changes here so we can properly update +# requirements.pip during the release process. +# (leave header when resetting) +################################################# +# +# BEGIN DEPENDENCY LIST ------------------------- +# leap.foo.bar>=x.y.z diff --git a/pkg/requirements.pip b/pkg/requirements.pip index fa5548b..4242ad4 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -8,6 +8,7 @@ paisley>=0.3.1 # for the time being. couchdb +leap.common>=0.3.5 leap.soledad.common>=0.3.0 leap.keymanager>=0.3.4 |