From 75d5061a394a10bb925424972a01eb75f9dc12fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Ates?= Date: Tue, 6 Jan 2015 18:36:32 +0100 Subject: [PATCH] Make Django 1.7 the only version supported and remove south. --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b6b47804..73922bc9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,7 @@ --allow-external pyPdf --allow-unverified pyPdf pyPdf -Django == 1.6 -south >= 0.8.4 +Django == 1.7.2 django-reversion == 1.8.5 python-dateutil >= 2.2, < 2.3 django-model-utils >= 1.5.0