diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-08-29 11:44:44 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-08-29 11:44:44 -0300 |
commit | 44fc31656f028942caeca5a9ce55b86ef14b3289 (patch) | |
tree | 49821fcceb21a635141b85d75f771b07b3c3570c | |
parent | 4d95dc22cbf3c2e6994b436676cefd334f545534 (diff) | |
parent | 67b07d573d6ab45108643188102729b29ee7f043 (diff) |
Merge remote-tracking branch 'kali/bug/fix-couch-dep' into develop
-rw-r--r-- | pkg/requirements.pip | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pkg/requirements.pip b/pkg/requirements.pip index ea59aaa..d5db275 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -1,5 +1,13 @@ Twisted>=12.0.2 + paisley>=0.3.1 + +# python-couchdb is used by leap.soledad.common, +# maybe we should get it as optional/recommends +# in soledad-common, but we need to declare here +# for the time being. +couchdb + ## XXX change me to whatever you name the package in pypi python-gnupg>=0.3.0 leap.soledad.common>=0.3.0 |