# Dependencies for app.hp_branding
# NOTE: Do NOT add these to pyproject.toml directly — another agent owns that file.
#       Install manually or let the Docker build pick them up via the project's
#       requirements layer.

python-docx>=1.1.0

# Pillow is required if you later add image insertion (e.g. HP logo on title page).
# The current implementation does not insert images, so Pillow is optional.
# Pillow>=10.0.0
