From 7b6e7e255e0e6b50ec037f9992c040e4fa74ab80 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Thu, 29 Jan 2015 11:20:02 +0100 Subject: [PATCH] Setup: Update requirement --> Django==1.6.10 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ab9c3f3..483d4ba 100755 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ setup( 'simplejson', 'scipy', 'matplotlib', - 'django==1.6.8', + 'django==1.6.10', 'django-extensions', 'djangorestframework', 'south', -- 2.39.5