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

# Include base requirements
-r requirements.txt

# Testing and development tools
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-mock>=3.10.0

# Code quality
black>=23.0.0        # Code formatting
flake8>=6.0.0        # Linting
mypy>=1.0.0          # Type checking

# Documentation
sphinx>=6.0.0        # Documentation generation
sphinx-rtd-theme>=1.2.0

# Development utilities
ipython>=8.0.0       # Enhanced REPL for debugging
jupyter>=1.0.0       # Notebooks for experimentation