
[build]
build>=1.2.2
wheel>=0.45.1
twine~=6.0
towncrier~=24.8

[dev]
pre-commit

[docs]
sphinx~=8.1.3
sphinx-rtd-theme~=3.0.2

[lint]
ruff>=0.9.2
ruff-lsp>=0.0.60

[test]
pytest~=8.3.4
pytest-asyncio~=0.25.2
pytest-cov
pytest-mock
codecov

[typecheck]
mypy~=1.14.1
