# Dev-only Python deps for visual verification tooling.
#
# Setup (once per clone):
#   python3 -m venv .venv
#   .venv/bin/pip install -r requirements-dev.txt
#
# Run scripts via the venv:
#   .venv/bin/python3 scripts/crop-snapshot.py /tmp/snap.png
Pillow>=10.0
