# Development dependencies for data-analysis-framework

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

# Code quality
black>=21.0
flake8>=3.8
mypy>=0.800

# Development tools
jupyter>=1.0.0
ipykernel>=6.0.0

# Documentation
sphinx>=3.0
sphinx_rtd_theme>=0.5

# Build tools
build>=0.7.0
twine>=3.0.0