fix(ci): install Google GenAI SDK

This commit is contained in:
calesthio
2026-07-09 07:16:01 -07:00
parent d3d77bcc30
commit 505c0faaf5
2 changed files with 2 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ Pillow>=10.0
numpy>=1.24
requests>=2.31
google-auth>=2.0 # service-account auth for Google TTS + Imagen (Vertex AI)
google-genai>=1.0.0 # Gemini Developer API clients for Lyria, Veo, and Gemini Omni
openai>=2.44.0 # Videos API support for Sora 2
# Backlot - the living storyboard (local board server)

View File

@@ -13,6 +13,7 @@ setup(
"python-dotenv>=1.0",
"Pillow>=10.0",
"requests>=2.31",
"google-genai>=1.0.0",
"openai>=2.44.0",
],
)