-r requirements.txt

# Build tools
build==1.2.2
pre-commit==3.6.0
pyright

# Testing
pytest==8.3.5
pytest-asyncio==0.26.0
pytest-cov==6.1.0

# Code Quality
ruff
twine==6.1.0
