forked from CGM_Public/pretix_original
* Upgrade to Django 2.0 * more models * i18n foo * Update setup.py * Fix Sentry exception PRETIXEU-JC * Enforce slug uniqueness * Import sorting * Upgrade to Django 2.1 * Travis config * Try to fix PostgreSQL failure * Smaller test matrix * staticfiles→static * Include request in all authenticate() calls
19 lines
389 B
Plaintext
19 lines
389 B
Plaintext
django-debug-toolbar==1.9.1
|
|
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.6.*
|
|
pytest-django
|
|
isort
|
|
pytest-rerunfailures==4.*
|
|
pytest-mock==1.6.*
|
|
pytest-cache
|
|
pytest-sugar
|
|
responses
|
|
potypo
|