mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Fix incompatibility with sqlparse and debug-toolbar
Thanks to @flaviabastos for reporting this in #259. I think the issue is solved by higher versions of sqlparse in general, but without further testing, version pinning is probably the safest option.
This commit is contained in:
committed by
Raphael Michel
parent
b5a23224c8
commit
689f78d03b
@@ -1,5 +1,5 @@
|
||||
django-debug-toolbar==1.5
|
||||
sqlparse==0.1.19 # not yet supported by django-debug-toolbar 1.4
|
||||
sqlparse==0.2.1 # pinned due to difficulties with django-debug-toolbar
|
||||
# Testing requirements
|
||||
pep8==1.5.7 # exact requirement by flake8 2.4.0
|
||||
pyflakes==1.1.0 # later version causes problems currently
|
||||
|
||||
Reference in New Issue
Block a user