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

# Testing
coverage==7.6.8
pytest>=7.0.0
pytest-cov>=3.0.0
Pillow>=9.0.0

# Code quality
black>=22.0.0
flake8>=4.0.0
mypy>=0.950
isort>=5.10.0
pre-commit>=3.0.0

# Documentation
sphinx==8.1.3
sphinx_rtd_theme==3.0.2

# HTML generation
ipython<=8.30.0
nbconvert==7.16.6
ipykernel<=6.29.5

