]> git.parisson.com Git - timeside.git/commitdiff
fix drf version
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 9 Mar 2015 12:08:45 +0000 (13:08 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 9 Mar 2015 12:08:45 +0000 (13:08 +0100)
requirements.txt
setup.py

index a26d4259d500cf6f6fceda24001a1937bf1ec822..535b692e1db80226c94f64469730b98350942fa1 100644 (file)
@@ -1,3 +1,2 @@
 setuptools
-djangorestframework==2.4.4
 -e .
index 63e2a7b05bd7d329af4147e5d81fe94474b4b9a3..77bd03d4d034473e4d5b44782d1c15abbf1bf6ca 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -57,7 +57,7 @@ setup(
         'matplotlib',
         'django==1.6.10',
         'django-extensions',
-        'djangorestframework',
+        'djangorestframework==2.4.4',
         'south',
         'traits',
         'networkx',