]> git.parisson.com Git - timeside.git/commitdiff
Setup: Update requirement --> Django==1.6.10
authorThomas Fillon <thomas@parisson.com>
Thu, 29 Jan 2015 10:20:02 +0000 (11:20 +0100)
committerThomas Fillon <thomas@parisson.com>
Thu, 29 Jan 2015 10:20:02 +0000 (11:20 +0100)
setup.py

index ab9c3f324bd4fd91a0290b1aed1b41695876ad84..483d4bafb76a4fd18d71ad989fba8273b54e1f7c 100755 (executable)
--- 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',