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

# Include core dependencies
-r requirements.txt

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

# Code Quality
black>=23.0.0
ruff>=0.1.0
mypy>=1.5.0
pre-commit>=3.3.0

# Type Stubs
types-PyYAML>=6.0.0
types-Pillow>=10.0.0
types-tqdm>=4.65.0

# Documentation
mkdocs>=1.5.0
mkdocs-material>=9.4.0
mkdocstrings[python]>=0.24.0

# Development Tools
ipython>=8.15.0
ipdb>=0.13.0
rich>=13.5.0  # For better terminal output