# Development and testing dependencies for harmonsmile
# Install with: pip install -r requirements-dev.txt

# Testing
pytest>=7.0

# Publishing
build>=1.0
twine>=4.0

# Documentation
mkdocs-material>=9.5
mkdocstrings[python]>=0.25