typing_extensions>=4.12.2
mypy_extensions>=1.0.0
trio~=0.30.0
cryptography>=43.0.0

[tests]
pytest>=5.0
pytest-cov
pytest-trio
coverage>=7.2.5
uv>=0.5.21
mypy>=1.14.1

[tools]
ruff>=0.9.2
codespell>=2.3.0

[tools:implementation_name == "cpython"]
black>=24.10.0
