# Development dependencies: everything the runtime needs, plus the test suite
# and the linter configured under [tool.ruff] in pyproject.toml.
-r requirements.txt
anyio>=4
pytest-cov>=5
httpx2>=2
pre-commit
flake8
pytest>=8
mypy
ruff
