From f480b3b9da1fd4db2c6198ad75cefc3e0c576759 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Wed, 3 Apr 2013 12:19:56 +0300 Subject: [PATCH 1/2] Update requirements.txt with latest versions --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index e43f86d4..60dc80ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django <= 1.5 -simplejson -beautifulsoup4 -beautifulsoup +BeautifulSoup==3.2.1 +Django==1.5.1 +beautifulsoup4==4.1.3 +simplejson==3.1.2 From c0ad9425447cd1c750a9d1377d94028b3142a5a2 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Wed, 3 Apr 2013 12:45:05 +0300 Subject: [PATCH 2/2] Add missing django-south requirement --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 60dc80ac..57e006b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ BeautifulSoup==3.2.1 Django==1.5.1 +South==0.7.6 beautifulsoup4==4.1.3 simplejson==3.1.2