From 39b23751af3efb7a39ff6c814a92b8c3641578c5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stefan=20K=C3=B6gl?= Date: Fri, 23 Nov 2012 10:36:04 +0100 Subject: [PATCH] use packaged versions of couchdbkit, django-couchdb-utils --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 82336cc0..0ca98d13 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,6 @@ Django markdown2 simplejson restkit -git+https://github.com/benoitc/couchdbkit.git#egg=couchdbkit -git+https://github.com/stefankoegl/django-couchdb-utils.git#egg=django-couchdb-utils +couchdbkit +django_couchdb_utils>=0.3 -e git+https://github.com/gpodder/mygpo-feedservice.git#egg=mygpo-feedservice -- 2.11.4.GIT