]> git.parisson.com Git - telemeta.git/commitdiff
Fix process() error
authorMathieu Boyé <mathieu.boye28@gmail.com>
Mon, 25 Jul 2016 12:39:32 +0000 (14:39 +0200)
committerGitHub <noreply@github.com>
Mon, 25 Jul 2016 12:39:32 +0000 (14:39 +0200)
Set version of sqlparse to 0.1.19

Used for debug_toolbar. Debug_toolbar with last version of debug_toolbar V1.3.2 doesn't work because of update sqlparse recently

setup.py

index 5852b3b73c24b9d06c2f270d24801b9ee32c9f3b..6e28f1a1dd197472e21aacf2096eceb8dc8d218c 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -77,7 +77,8 @@ setup(
         'django-environ',
         'redis',
         'Werkzeug',
-        'django-dirtyfields'
+        'django-dirtyfields',
+        'sqlparse==0.1.19'
     ],
   tests_require=['pytest-django', 'pytest-cov', 'factory-boy'],
   # Provide a test command through django-setuptest