# Development dependencies
-r requirements.txt

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

# Code quality
black>=22.0.0
isort>=5.10.0
flake8>=5.0.0
mypy>=0.991
pre-commit>=2.20.0

# Documentation
mkdocs>=1.4.0
mkdocs-material>=8.5.0
mkdocs-mermaid2-plugin>=0.6.0

# Build and release
build>=0.8.0
twine>=4.0.0
wheel>=0.37.0

# Development tools
ipython>=8.0.0
jupyter>=1.0.0
