From b7db51dde77b14529a9d8af314177a636431ec85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Wed, 6 Nov 2013 18:02:29 +0100 Subject: [PATCH] Changing django 1.6 requirement to use the new Django stable version --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 989a9100..abc24b8c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,7 @@ -# We use Django 1.6, -https://www.djangoproject.com/download/1.6c1/tarball/ git+https://github.com/tomchristie/django-rest-framework.git@2.4.0 git+https://github.com/etianen/django-reversion.git@django-1.6 +Django==1.6.0 South==0.8.2 anyjson==0.3.3 Werkzeug==0.9.4