typing-extensions>=4.6.0

[build]
build>=0.10.0
wheel>=0.40.0
twine~=4.0
towncrier~=22.12

[dev]
pre-commit

[docs]
sphinx~=4.3
sphinx-rtd-theme~=1.0

[lint]
black~=23.3.0
ruff>=0.0.285
ruff-lsp>=0.0.37

[test]
async_timeout~=4.0.2
pytest~=7.2.2
pytest-asyncio~=0.20.3
pytest-cov
pytest-mock
codecov

[typecheck]
mypy~=1.4.1
