From 8350ccb9fdb202c32ec5acd14d0f17d37f4734a6 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Mon, 23 Apr 2012 23:59:34 +0100 Subject: [PATCH] Remove direct dependency for BeautifulSoup, update South --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d253df1..43a8b54 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,6 @@ xmlrpclib==1.0.1 xmpppy dnspython -beautifulsoup fabric Django==1.4 @@ -10,7 +9,7 @@ Celery==2.5.3 django-celery==2.5.5 -e hg+http://bitbucket.org/schinckel/django-jsonfield#egg=django-jsonfield -South==0.7.3 +South==0.7.4 django-redis-cache IPy==0.75