Fix sqlparse version

This commit is contained in:
Raphael Michel
2019-04-07 14:09:21 +02:00
parent 3b4261884e
commit 8c0214f334
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
django-debug-toolbar==1.11
sqlparse==0.2.1 # pinned due to difficulties with django-debug-toolbar
sqlparse==0.3.* # pinned due to difficulties with django-debug-toolbar
# Testing requirements
pycodestyle==2.5.*
pyflakes==2.1.*
+1 -1
View File
@@ -145,7 +145,7 @@ setup(
extras_require={
'dev': [
'django-debug-toolbar==1.11',
'sqlparse==0.2.1',
'sqlparse==0.3.*',
'pycodestyle==2.5.*',
'pyflakes==2.1.*',
'flake8==3.7.*',