# linters
ruff==0.11.13
mypy==1.16.0
black==25.1.0

# tests
pytest==8.3.5
pytest-asyncio==0.25.3

# docs
pdoc==15.0.4

pyright==1.1.396

# publishing to PyPI
twine==6.1.0
build==1.2.2