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:
|
|
|
|
#
|
2024-04-23 16:37:08 +02:00
|
|
|
# - `uv pip compile requirements.in -o requirements.txt`
|
|
|
|
# - `uv pip compile requirements-dev.in -o requirements-dev.txt`
|
2022-02-17 10:54:48 +01:00
|
|
|
#
|
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
|
|
|
|
2024-08-22 11:42:25 +02:00
|
|
|
ruff~=0.6.1
|
|
|
|
mypy~=1.11.1
|
2024-05-07 18:09:18 +02:00
|
|
|
mypy-baseline~=0.7.0
|
2024-01-10 09:32:55 +01:00
|
|
|
mypy-extensions==1.0.0
|
2024-10-25 14:19:45 +02:00
|
|
|
datamodel-code-generator==0.26.1
|
2024-05-07 18:09:18 +02:00
|
|
|
djangorestframework-stubs~=3.14.5
|
2024-08-22 11:42:25 +02:00
|
|
|
django-stubs==5.0.4
|
2024-11-05 13:53:05 +01:00
|
|
|
django-linear-migrations==2.16.*
|
2023-03-08 12:46:56 +01:00
|
|
|
Faker==17.5.0
|
2024-07-17 16:34:33 +02:00
|
|
|
fakeredis[lua]==2.23.3
|
2022-09-08 19:31:06 +02:00
|
|
|
freezegun==1.2.2
|
2024-09-13 18:40:46 +02:00
|
|
|
inline-snapshot==0.12.*
|
2024-09-04 18:33:11 +02:00
|
|
|
packaging==24.1
|
2024-04-23 16:37:08 +02:00
|
|
|
black~=23.9.1
|
2024-04-22 22:52:47 +02:00
|
|
|
boto3-stubs[s3]
|
2022-02-17 11:19:55 +01:00
|
|
|
types-markdown==3.3.9
|
2024-07-24 11:50:24 +02:00
|
|
|
types-PyMySQL==1.1.0.20240524
|
2022-02-17 11:19:55 +01:00
|
|
|
types-PyYAML==6.0.1
|
2023-08-10 13:10:16 +02:00
|
|
|
types-freezegun==1.1.10
|
2024-05-30 10:54:53 +02:00
|
|
|
types-paramiko==3.4.0.20240423
|
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
|
2024-04-16 11:53:32 +02:00
|
|
|
types-tzlocal~=5.1.0.1
|
2023-05-16 11:13:45 +02:00
|
|
|
parameterized==0.9.0
|
2024-10-31 13:56:02 +01:00
|
|
|
pytest==8.0.2
|
2023-08-10 13:10:16 +02:00
|
|
|
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
|
2024-10-31 13:56:02 +01:00
|
|
|
pytest-split==0.9.0
|
2022-05-27 14:31:17 +02:00
|
|
|
pytest-watch==4.2.0
|
2024-06-05 21:32:02 +02:00
|
|
|
pytest-xdist==3.6.1
|
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
|
2024-01-10 09:32:55 +01:00
|
|
|
syrupy~=4.6.0
|
2024-06-27 17:02:11 +02:00
|
|
|
watchdog==2.1.8
|
2022-03-15 12:08:35 +01:00
|
|
|
flaky==3.7.0
|
2024-02-19 11:40:09 +01:00
|
|
|
aioresponses==0.7.6
|
2024-04-22 22:52:47 +02:00
|
|
|
prance==23.06.21.0
|
|
|
|
openapi-spec-validator==0.7.1 # Needed for prance as a validation backend
|
2024-11-20 15:44:47 +01:00
|
|
|
deepeval==1.5.5
|