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
|
|
|
|
2023-10-26 12:38:15 +02:00
|
|
|
ruff>=0.1.2
|
2023-12-14 18:57:30 +01:00
|
|
|
pip-tools==6.13.0
|
2023-02-24 10:14:09 +01:00
|
|
|
mypy==0.981
|
2022-02-17 11:19:55 +01:00
|
|
|
mypy-extensions==0.4.3
|
2023-09-18 15:05:46 +02:00
|
|
|
datamodel-code-generator==0.21.5
|
2022-02-17 11:19:55 +01:00
|
|
|
djangorestframework-stubs==1.4.0
|
|
|
|
django-stubs==1.8.0
|
2023-03-08 12:46:56 +01:00
|
|
|
Faker==17.5.0
|
2023-06-06 18:14:13 +02:00
|
|
|
fakeredis[lua]==2.11.0
|
2022-09-08 19:31:06 +02:00
|
|
|
freezegun==1.2.2
|
2023-04-25 15:27:59 +02:00
|
|
|
packaging==23.1
|
|
|
|
prance==0.22.2.22.0
|
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
|
2023-08-10 13:10:16 +02:00
|
|
|
types-freezegun==1.1.10
|
2023-03-20 23:56:14 +01:00
|
|
|
types-python-dateutil>=2.8.3
|
2023-11-29 19:30:50 +01:00
|
|
|
types-pytz==2023.3
|
2022-09-08 19:31:06 +02:00
|
|
|
types-redis==4.3.20
|
2023-09-27 23:32:52 +02:00
|
|
|
types-retry==0.9.9.4
|
2022-02-17 11:19:55 +01:00
|
|
|
types-requests==2.26.1
|
2023-05-16 11:13:45 +02:00
|
|
|
parameterized==0.9.0
|
2023-08-10 13:10:16 +02:00
|
|
|
pytest==7.4.0
|
|
|
|
pytest-asyncio==0.21.1
|
|
|
|
pytest-cov==4.1.0
|
|
|
|
pytest-django==4.5.2
|
|
|
|
pytest-env==0.8.2
|
|
|
|
pytest-icdiff==0.6
|
|
|
|
pytest-mock==3.11.1
|
|
|
|
pytest-split==0.8.1
|
2022-05-27 14:31:17 +02:00
|
|
|
pytest-watch==4.2.0
|
2023-03-20 23:56:14 +01:00
|
|
|
python-dateutil>=2.8.2
|
2023-06-09 08:59:07 +02:00
|
|
|
responses==0.23.1
|
2023-08-10 13:10:16 +02:00
|
|
|
syrupy==1.7.4
|
2022-03-15 12:08:35 +01:00
|
|
|
flaky==3.7.0
|