diff options
author | Kali Kaneko <kali@leap.se> | 2013-08-29 16:20:09 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-08-29 16:50:19 +0200 |
commit | ad89aa7bb53fe69c4fa7defd647cd27847c6ec7c (patch) | |
tree | 1194f2995bfabc6df255c356fbcb051a78970725 | |
parent | 0c35363039fdd7094ce19b93575ea33ff5e01f58 (diff) |
Add couchdb as a dependency.
Closes: #3601
-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 |