# Development dependencies
-r requirements.txt

# Testing
pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-cov>=4.0.0

# Code quality
black>=23.0.0
isort>=5.12.0
mypy>=1.0.0
ruff>=0.1.0

# Documentation
mkdocs>=1.5.0
mkdocs-material>=9.0.0
mkdocstrings[python]>=0.20.0

# Build tools
build>=0.10.0
twine>=4.0.0