[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 = ["."]