Files
pretix_original/src/requirements/dev.txt
2019-01-21 08:58:26 +01:00

20 lines
411 B
Plaintext

django-debug-toolbar==1.9.1
sqlparse==0.2.1 # pinned due to difficulties with django-debug-toolbar
# Testing requirements
pycodestyle >= 2.4.0, < 2.5.0 # requirement by flake8 3.6.0
pyflakes >= 2.0.0, < 2.1.0 # requirement by flake8 3.6.0
pep8-naming
flake8
codecov
coverage
pytest==3.6.*
pytest-django
pytest-xdist
isort
pytest-rerunfailures==4.*
pytest-mock==1.6.*
pytest-cache
pytest-sugar
responses
potypo