# Development dependencies for InsightfulPy

# Testing
pytest>=6.0
pytest-cov>=2.0
pytest-mock>=3.0

# Code Quality
black>=21.0
flake8>=3.8
isort>=5.0

# Type Checking
mypy>=0.900

# Documentation
sphinx>=4.0
sphinx-rtd-theme>=1.0

# Build and Distribution
build>=0.7.0
twine>=3.0
wheel>=0.37.0

# Pre-commit hooks
pre-commit>=2.15.0

# Development utilities
ipython>=7.0
jupyter>=1.0
notebook>=6.0