# Development dependencies
-r requirements.txt

# Testing
pytest>=6.0.0
pytest-cov>=2.10.0

# Code quality
flake8>=3.8.0
black>=21.0.0
mypy>=0.800

# Visualization (optional)
matplotlib>=3.5.0
networkx>=2.6.0
plotly>=5.0.0
graphviz>=0.19.0

# Documentation
sphinx>=4.0.0
sphinx-rtd-theme>=1.0.0

# Build tools
build>=0.7.0
twine>=3.4.0

