Files
podman/examples/livekit-gemini-hacker-starter/agent/pyproject.toml
T
2026-06-28 07:20:54 +00:00

18 lines
446 B
TOML

[project]
name = "gemini-hacker-starter"
version = "0.1.0"
description = "Gemini hackathon starter — voice, vision, image generation, and real-time music with LiveKit"
requires-python = ">=3.10,<3.14"
dependencies = [
"livekit-agents[google,images]~=1.4",
"google-genai>=1.16.0",
"python-dotenv>=1.0.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["."]