2022-02-17 10:54:48 +01:00
|
|
|
# In order to add, delete or modify a dependency, please update
|
|
|
|
# the reference here and then run:
|
|
|
|
#
|
|
|
|
# - `pip-compile --rebuild requirements.in`
|
|
|
|
# - `pip-compile --rebuild requirements-dev.in`
|
|
|
|
#
|
2021-09-16 10:27:11 +02:00
|
|
|
# Make sure we use production deps for constraining installed dev packages. This
|
|
|
|
# is important as otherwise we could be running tests with different versions
|
|
|
|
# than production.
|
2022-02-17 10:54:48 +01:00
|
|
|
#
|
2021-09-16 10:27:11 +02:00
|
|
|
|
2021-10-13 16:00:47 +02:00
|
|
|
-c requirements.txt
|
2021-04-19 21:59:10 +02:00
|
|
|
|
2022-09-07 17:24:00 +02:00
|
|
|
flake8==5.0.4
|
|
|
|
flake8-bugbear==22.8.23
|
|
|
|
flake8-colors==0.1.9
|
|
|
|
flake8-comprehensions==3.10.0
|
2022-02-17 11:19:55 +01:00
|
|
|
flake8-import-order==0.18.1
|
2022-09-07 17:24:00 +02:00
|
|
|
flake8-logging-format==0.7.5
|
|
|
|
flake8-print==5.0.0
|
2022-06-07 15:12:01 +02:00
|
|
|
pip-tools==6.6.2
|
2022-02-17 11:19:55 +01:00
|
|
|
mypy==0.931
|
|
|
|
mypy-extensions==0.4.3
|
|
|
|
djangorestframework-stubs==1.4.0
|
|
|
|
django-stubs==1.8.0
|
|
|
|
fakeredis==1.4.5
|
|
|
|
freezegun==0.3.15
|
2022-05-19 16:01:32 +02:00
|
|
|
packaging==21.3
|
2022-09-05 14:38:54 +02:00
|
|
|
black==22.8.0
|
2022-02-17 11:19:55 +01:00
|
|
|
types-markdown==3.3.9
|
|
|
|
types-PyYAML==6.0.1
|
|
|
|
types-freezegun==1.1.3
|
|
|
|
types-python-dateutil==2.8.3
|
|
|
|
types-pytz==2021.3.2
|
|
|
|
types-redis==4.0.3
|
|
|
|
types-requests==2.26.1
|
|
|
|
isort==5.2.2
|
|
|
|
pytest==6.2.2
|
|
|
|
pytest-django==4.1.0
|
|
|
|
pytest-env==0.6.2
|
|
|
|
pytest-mock==3.5.1
|
|
|
|
pytest-cov==2.12.1
|
2022-02-22 16:06:04 +01:00
|
|
|
pytest-split==0.6.0
|
2022-05-27 14:31:17 +02:00
|
|
|
pytest-watch==4.2.0
|
2022-02-17 11:19:55 +01:00
|
|
|
syrupy==1.4.6
|
|
|
|
numpy==1.21.4
|
2022-03-15 12:08:35 +01:00
|
|
|
flaky==3.7.0
|