Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
222 changes: 222 additions & 0 deletions requirements/3.12/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,222 @@
# This file was autogenerated by uv via the following command:
# uv pip compile requirements/requirements-dev.in -o requirements/3.12/requirements-dev.txt
anyio==4.11.0
# via httpx
asgiref==3.9.2
# via
# -c requirements/3.12/requirements.txt
# django
# django-stubs
black==25.9.0
# via -r requirements/requirements-dev.in
build==1.3.0
# via pip-tools
certifi==2025.8.3
# via
# -c requirements/3.12/requirements.txt
# httpcore
# httpx
# requests
cffi==2.0.0
# via
# -c requirements/3.12/requirements.txt
# cryptography
cfgv==3.4.0
# via pre-commit
charset-normalizer==3.4.3
# via
# -c requirements/3.12/requirements.txt
# requests
click==8.3.0
# via
# black
# hatch
# pip-tools
# userpath
cryptography==46.0.1
# via
# -c requirements/3.12/requirements.txt
# secretstorage
distlib==0.4.0
# via virtualenv
django==5.2.6
# via
# -c requirements/3.12/requirements.txt
# django-stubs
# django-stubs-ext
django-stubs==5.1.0
# via
# -r requirements/requirements-dev.in
# djangorestframework-stubs
django-stubs-ext==5.2.5
# via django-stubs
djangorestframework-stubs==3.15.1
# via -r requirements/requirements-dev.in
filelock==3.19.1
# via virtualenv
flake8==7.3.0
# via -r requirements/requirements-dev.in
h11==0.16.0
# via httpcore
hatch==1.14.2
# via -r requirements/requirements-dev.in
hatchling==1.27.0
# via hatch
httpcore==1.0.9
# via httpx
httpx==0.28.1
# via hatch
hyperlink==21.0.0
# via hatch
identify==2.6.14
# via pre-commit
idna==3.10
# via
# -c requirements/3.12/requirements.txt
# anyio
# httpx
# hyperlink
# requests
isort==6.0.1
# via -r requirements/requirements-dev.in
jaraco-classes==3.4.0
# via keyring
jaraco-context==6.0.1
# via keyring
jaraco-functools==4.3.0
# via keyring
jeepney==0.9.0
# via
# keyring
# secretstorage
keyring==25.6.0
# via hatch
markdown-it-py==4.0.0
# via rich
mccabe==0.7.0
# via flake8
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.8.0
# via
# jaraco-classes
# jaraco-functools
mypy==1.11.2
# via
# -r requirements/requirements-dev.in
# django-stubs
# djangorestframework-stubs
mypy-extensions==1.1.0
# via
# black
# mypy
nodeenv==1.9.1
# via pre-commit
packaging==25.0
# via
# black
# build
# hatch
# hatchling
pathspec==0.12.1
# via
# black
# hatchling
pexpect==4.9.0
# via hatch
pip==25.2
# via pip-tools
pip-tools==7.5.0
# via -r requirements/requirements-dev.in
platformdirs==4.4.0
# via
# black
# hatch
# virtualenv
pluggy==1.6.0
# via hatchling
pre-commit==4.3.0
# via -r requirements/requirements-dev.in
ptyprocess==0.7.0
# via pexpect
pycodestyle==2.14.0
# via flake8
pycparser==2.23
# via
# -c requirements/3.12/requirements.txt
# cffi
pyflakes==3.4.0
# via flake8
pygments==2.19.2
# via rich
pyproject-hooks==1.2.0
# via
# build
# pip-tools
pytokens==0.1.10
# via black
pyyaml==6.0.3
# via pre-commit
requests==2.32.5
# via
# -c requirements/3.12/requirements.txt
# djangorestframework-stubs
rich==14.1.0
# via hatch
secretstorage==3.4.0
# via keyring
setuptools==80.9.0
# via pip-tools
shellingham==1.5.4
# via hatch
sniffio==1.3.1
# via anyio
sqlparse==0.5.3
# via
# -c requirements/3.12/requirements.txt
# django
tomli-w==1.2.0
# via hatch
tomlkit==0.13.3
# via hatch
trove-classifiers==2025.9.11.17
# via hatchling
types-docutils==0.22.2.20250924
# via types-pygments
types-markdown==3.9.0.20250906
# via -r requirements/requirements-dev.in
types-psycopg2==2.9.21.20250915
# via -r requirements/requirements-dev.in
types-pygments==2.19.0.20250809
# via -r requirements/requirements-dev.in
types-pyyaml==6.0.12.20250915
# via
# django-stubs
# djangorestframework-stubs
types-requests==2.32.4.20250913
# via djangorestframework-stubs
typing-extensions==4.15.0
# via
# -c requirements/3.12/requirements.txt
# anyio
# django-stubs
# django-stubs-ext
# djangorestframework-stubs
# mypy
urllib3==2.5.0
# via
# -c requirements/3.12/requirements.txt
# requests
# types-requests
userpath==1.9.2
# via hatch
uv==0.8.22
# via hatch
virtualenv==20.34.0
# via
# hatch
# pre-commit
wheel==0.45.1
# via pip-tools
zstandard==0.25.0
# via hatch
Loading