[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "livekit-plugins-google" dynamic = ["version"] description = "Agent Framework plugin for services from Google Cloud" readme = "README.md" license = "Apache-2.0" requires-python = ">=3.10" authors = [{ name = "LiveKit" }] keywords = ["voice", "ai", "realtime", "audio", "video", "livekit", "google", "gemini"] classifiers = [ "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Topic :: Multimedia :: Sound/Audio", "Topic :: Multimedia :: Video", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3 :: Only", ] dependencies = [ "google-auth >= 2, < 3", "google-cloud-speech >= 2, < 3", "google-cloud-texttospeech >= 2.32, < 3", "google-genai >= 1.67; python_version >= '3.10'", "livekit-agents>=1.6.5", ] [project.urls] Documentation = "https://docs.livekit.io" Website = "https://livekit.io/" Source = "https://github.com/livekit/agents" [tool.hatch.version] path = "livekit/plugins/google/version.py" [tool.hatch.build.targets.wheel] packages = ["livekit"] [tool.hatch.build.targets.sdist] include = ["/livekit"] [tool.uv] exclude-newer = "7 days" exclude-newer-package = { livekit-agents = "0 days" }