Files
OpenMontage/requirements.txt

17 lines
461 B
Plaintext
Raw Permalink Normal View History

# OpenMontage - Core Dependencies
pyyaml>=6.0
pydantic>=2.0
jsonschema>=4.20
python-dotenv>=1.0
Pillow>=10.0
numpy>=1.24
requests>=2.31
2026-06-22 17:53:10 +05:30
google-auth>=2.0 # service-account auth for Google TTS + Imagen (Vertex AI)
2026-07-09 07:16:01 -07:00
google-genai>=1.0.0 # Gemini Developer API clients for Lyria, Veo, and Gemini Omni
2026-07-01 10:38:00 -07:00
openai>=2.44.0 # Videos API support for Sora 2
2026-07-05 07:03:26 -07:00
# Backlot - the living storyboard (local board server)
fastapi>=0.110
uvicorn>=0.29
watchfiles>=0.21