diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-08-29 11:44:57 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-08-29 11:44:57 -0300 |
commit | 4aa75432e244268893a90f6c1ef3dfa78c916c6c (patch) | |
tree | 49821fcceb21a635141b85d75f771b07b3c3570c | |
parent | f85f17b6ba9f03abe9322b542c6c725a6defe79a (diff) | |
parent | 67b07d573d6ab45108643188102729b29ee7f043 (diff) |
Merge remote-tracking branch 'kali/bug/fix-couch-dep'
-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 |