# Development dependencies
# Install with: pip install -e ".[dev]"
# Or directly: pip install -r requirements_dev.txt

# Testing
pytest>=7.0
pytest-cov>=4.0

# Code formatting and linting
black>=23.0

# Build and release
tox>=4.0
wheel>=0.40.0

# Documentation
Sphinx>=7.0
sphinx-rtd-theme>=1.3.0

# Utilities
watchdog>=0.8.3
PyYAML>=6.0

# Note: For production use, install the package with:
# pip install waterfurnace
#
# For development, install with:
# pip install -e ".[dev]"
