]> git.parisson.com Git - timeside.git/commitdiff
fix django version to 1.6.8
authorGuillaume Pellerin <yomguy@parisson.com>
Wed, 5 Nov 2014 12:40:34 +0000 (13:40 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Wed, 5 Nov 2014 12:40:34 +0000 (13:40 +0100)
setup.py

index 11222d33bdd5b3c9dd54904085732dcff0c53db1..8cd4fa86114eea99da31f3aab0ff296f04b02550 100755 (executable)
--- 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',