2018-08-25 13:52:43 +02:00
|
|
|
coverage
|
|
|
|
#flake8
|
|
|
|
# Use master of flake8 until flake8 3.6 is released that supports python3.7
|
|
|
|
git+https://gitlab.com/pycqa/flake8.git
|
|
|
|
isort
|
2018-09-10 08:15:31 +02:00
|
|
|
mypy<=0.620
|
2018-09-07 10:39:16 +02:00
|
|
|
pytest>=3.6,<3.7
|
2018-08-25 13:52:43 +02:00
|
|
|
pytest-django
|
|
|
|
pytest-asyncio
|
|
|
|
pytest-cov
|