mirror of
https://github.com/pretix/pretix.git
synced 2026-05-14 16:44:06 +00:00
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.
16 lines
350 B
Plaintext
16 lines
350 B
Plaintext
django-debug-toolbar==1.5
|
|
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
|
|
pep8-naming
|
|
flake8
|
|
coveralls
|
|
coverage
|
|
pytest==2.9.*
|
|
pytest-django
|
|
isort
|
|
pytest-mock
|
|
pytest-rerunfailures
|
|
pytest-warnings
|