# Brand Kit — Python dependencies
# Install once on a fresh environment:  pip install -r requirements.txt --break-system-packages

# Image gen (Fal AI)
fal-client>=0.5.0

# HTTP for Google Fonts download + general use
requests>=2.31.0

# Color naming
webcolors>=24.6.0

# Image manipulation (logo compositing onto social canvases)
Pillow>=10.0.0

# Word doc generation (brand guidelines)
python-docx>=1.1.0

# PDF generation (color/type sheet, logo sheet)
reportlab>=4.0.0
