From 5c7125f6cd58f1e2bb85f51b34ade6dfd3c7c223 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 5 Nov 2014 13:40:34 +0100 Subject: [PATCH] fix django version to 1.6.8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 11222d3..8cd4fa8 100755 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ setup( 'simplejson', 'scipy', 'matplotlib', - 'django<1.7', + 'django==1.6.8', 'django-extensions', 'djangorestframework', 'south', -- 2.39.5