From: Guillaume Pellerin Date: Mon, 20 Aug 2018 15:59:06 +0000 (+0200) Subject: bugfix X-Git-Tag: 1.6.9 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f099f1c99456c016173fd6f203456ce2ea1efc14;p=telemeta.git bugfix --- diff --git a/setup.py b/setup.py index 50e52274..09ebd8ac 100644 --- a/setup.py +++ b/setup.py @@ -75,7 +75,7 @@ setup( 'pyyaml==3.12', 'redis==2.10.6', 'south==1.0.2', - 'sqlparse==0.1.19' + 'sqlparse==0.1.19', 'timeside>=0.7', 'Werkzeug==0.14.1', 'zipstream==1.1.4',