From 1cbb2047909dfa1b5c9a9ee049b20d74093ea6c9 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 30 Jan 2014 15:57:23 +0100 Subject: [PATCH] Update requirements. --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4141685d..3fccf6d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,14 +1,14 @@ git+https://github.com/tomchristie/django-rest-framework.git@2.4.0 -git+https://github.com/etianen/django-reversion.git@django-1.6 +django-reversion==1.8.0 Django==1.6.1 South==0.8.3 django-filter==0.7 django-picklefield==0.3.0 django-sampledatahelper==0.2.1 gunicorn>=17.5 -psycopg2==2.5.1 -pytz>=2013d +psycopg2==2.5.2 +pytz>=2013.9 six>=1.4.1 djmail>=0.4 django-jinja>=0.23