# requirements-dev.txt
# Development dependencies
-r requirements.txt

# Testing
pytest>=7.0.0
pytest-cov>=3.0.0
pytest-xdist>=2.5.0

# Code quality
black>=22.0.0
flake8>=4.0.0
mypy>=0.900
isort>=5.10.0

# Documentation
sphinx>=4.5.0
sphinx-rtd-theme>=1.0.0
sphinx-autodoc-typehints>=1.18.0

# Build and publish
build>=0.7.0
twine>=4.0.0
wheel>=0.37.0

# Examples dependencies
pypower>=5.1.0
pandapower>=2.10.0
matplotlib>=3.3.0
plotly>=5.0.0