# Include production requirements
-r requirements.txt

# Testing
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0
pytest-mock>=3.11.0

# Code quality
black>=23.9.0
isort>=5.12.0
flake8>=6.1.0
mypy>=1.6.0
# Type stubs for mypy
types-setuptools
types-protobuf
types-deprecated

# Documentation
mkdocs>=1.5.0
mkdocs-material>=9.4.0
mkdocs-mermaid2-plugin>=1.1.0

# Development tools
pre-commit>=3.5.0
twine>=4.0.0
build>=1.0.0

# Debugging
ipdb>=0.13.0

