From: Guillaume Pellerin Date: Mon, 19 Jan 2015 13:21:45 +0000 (+0100) Subject: update django and timeside versions X-Git-Tag: 1.5.0rc6 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b63a95609f1de2426866ee52ee7550b0aa2fbede;p=telemeta.git update django and timeside versions --- diff --git a/setup.py b/setup.py index c6bc19fa..1afc3eb0 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ setup( author_email = "yomguy@parisson.com", version = '1.5', install_requires = [ - 'django==1.6.8', + 'django==1.6.10', 'django-registration', 'django-extensions', 'django-timezones', @@ -61,7 +61,7 @@ setup( 'django-json-rpc==0.6.2', 'django-suit', 'django-google-tools', - 'timeside>=0.5.6', + 'timeside>=0.7', 'south', 'sorl-thumbnail', 'docutils',