add google-genai to pyproject.toml

This commit is contained in:
Dillon DuPont
2025-10-09 11:59:22 -04:00
parent ef28a64b8f
commit d0fefd3cd7

View File

@@ -70,6 +70,9 @@ cli = [
hud = [
"hud-python==0.4.26",
]
gemini = [
"google-genai>=1.41.0",
]
all = [
# uitars requirements
"mlx-vlm>=0.1.27; sys_platform == 'darwin'",
@@ -89,6 +92,8 @@ all = [
"yaspin>=3.1.0",
# hud requirements
"hud-python==0.4.26",
# gemini requirements
"google-genai>=1.41.0",
]
[tool.uv]