2020-11-10 10:17:48 +01:00
|
|
|
# pip-compile requirements-dev.in
|
2020-05-26 14:38:33 +02:00
|
|
|
|
2021-04-19 21:59:10 +02:00
|
|
|
Django==3.1.8 # freeze version to the same as in production
|
|
|
|
djangorestframework==3.12.2 # freeze version to the same as in production
|
|
|
|
|
2020-04-27 18:13:59 +02:00
|
|
|
flake8
|
|
|
|
flake8-bugbear
|
|
|
|
flake8-colors
|
|
|
|
flake8-commas
|
|
|
|
flake8-comprehensions
|
|
|
|
flake8-import-order
|
|
|
|
flake8-logging-format
|
|
|
|
flake8-print
|
|
|
|
pip-tools
|
2020-05-26 14:38:33 +02:00
|
|
|
mypy
|
|
|
|
mypy-extensions
|
|
|
|
djangorestframework-stubs
|
|
|
|
django-stubs
|
2020-11-13 13:20:00 +01:00
|
|
|
fakeredis
|
2020-05-26 14:38:33 +02:00
|
|
|
freezegun
|
2020-06-17 22:16:25 +02:00
|
|
|
packaging
|
2020-07-28 22:19:33 +02:00
|
|
|
black
|
|
|
|
isort
|
2021-02-24 08:32:44 +01:00
|
|
|
pytest
|
|
|
|
pytest-django
|
2021-03-23 11:39:13 +01:00
|
|
|
pytest-mock
|