# Development dependencies for PhD Deep Read Workflow
# Install with: pip install -r requirements-dev.txt

# Testing
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-mock>=3.0.0

# Code quality
black>=23.0.0
flake8>=6.0.0
isort>=5.12.0
mypy>=1.0.0
pre-commit>=3.0.0

# Documentation
mkdocs>=1.5.0
mkdocs-material>=9.0.0
mkdocstrings[python]>=0.20.0

# Type stubs
types-Pillow
types-PyMuPDF

# Development tools
ipython>=8.0.0
jupyter>=1.0.0
watchdog>=3.0.0

# Version management
bump2version>=1.0.0