# Optional dependency for visual-builder SVG to PNG conversion.
# Requires the cairo system library first.
# macOS: brew install cairo pkg-config
cairosvg>=2.7.0

# Optional dependency for PDF export of HTML reports (--pdf flag).
# Pulls a ~100MB Chromium; not part of the minimal base install.
# After install: python -m playwright install chromium
playwright>=1.40.0
