From: Thomas Fillon Date: Thu, 29 Jan 2015 10:20:02 +0000 (+0100) Subject: Setup: Update requirement --> Django==1.6.10 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=7b6e7e255e0e6b50ec037f9992c040e4fa74ab80;p=timeside.git Setup: Update requirement --> Django==1.6.10 --- 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',