# Development dependencies for CVD Simulator
# Install with: pip install -r requirements-dev.txt

# Testing
pytest>=8.0.0
pytest-cov>=5.0.0
pytest-benchmark>=4.0.0
pytest-asyncio>=0.21.0
hypothesis>=6.0.0

# Code quality
black>=24.0.0
flake8>=7.0.0
mypy>=1.10.0
pydantic>=2.0.0

# Performance & system
psutil>=5.9.0

# Documentation
sphinx>=7.0.0
sphinx-rtd-theme>=1.3.0
sphinx-autodoc-typehints>=1.25.0

# Build tools
setuptools>=61.0
wheel>=0.37.0

# Also install production dependencies
-r requirements.txt

# Docker (install separately: pip install docker-compose)
# docker-compose is optional and may require specific system dependencies
