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

[dev]

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

[lint]
flake8~=6.0.0

[test]
pytest~=7.2.2
pytest-asyncio~=0.21
pytest-cov
pytest-mock
codecov

[typecheck]
mypy~=1.2.0
