mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
19 lines
391 B
Plaintext
19 lines
391 B
Plaintext
django-debug-toolbar==1.8
|
|
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
|
|
codecov
|
|
coverage
|
|
pytest==3.0.*
|
|
pytest-django
|
|
isort
|
|
pytest-mock==1.4.*
|
|
pytest-rerunfailures
|
|
pytest-warnings
|
|
pytest-cache
|
|
pytest-sugar
|
|
responses
|