# EdgeX Python SDK Development Requirements
# Additional dependencies for development, testing, and code quality

# Include base requirements
-r requirements.txt

# Testing framework
pytest>=6.0.0
pytest-asyncio>=0.18.0
pytest-cov>=2.12.0

# Code formatting and linting
black>=21.0.0
flake8>=3.8.0
isort>=5.9.0

# Type checking
mypy>=0.812

# Documentation
sphinx>=4.0.0
sphinx-rtd-theme>=0.5.0

# Build tools
build>=0.7.0
twine>=3.4.0
