# Development requirements for Klotho
# Install with: pip install -r requirements-dev.txt

# Core dependencies
-r requirements.txt

# Development and testing
pytest>=7.0.0

# Documentation
sphinx>=7.0.0
sphinx-rtd-theme
numpydoc
sphinx-autodoc-typehints
sphinx-copybutton 