18 lines
456 B
TOML
18 lines
456 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.6.4,<1.7",
|
|
"google-genai>=2.10.0,<3",
|
|
"python-dotenv>=1.0.0",
|
|
]
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[tool.hatch.build.targets.wheel]
|
|
packages = ["."]
|