From 67b07d573d6ab45108643188102729b29ee7f043 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Thu, 29 Aug 2013 16:20:09 +0200 Subject: Add couchdb as a dependency. Closes: #3601 --- pkg/requirements.pip | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'pkg') 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 -- cgit v1.2.3