mirror of
https://github.com/run-llama/gemini-live-demo.git
synced 2026-07-19 23:43:32 -04:00
24 lines
643 B
TOML
24 lines
643 B
TOML
[project]
|
|
name = "gemini-demo"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"llama-index-voice-agents-gemini-live",
|
|
"mypy>=1.17.0",
|
|
"pre-commit>=4.2.0",
|
|
"pytest>=8.4.1",
|
|
"python-dotenv>=1.1.1",
|
|
"ruff>=0.12.5"
|
|
]
|
|
|
|
[tool.mypy]
|
|
disable_error_code = ["import-not-found", "import-untyped"]
|
|
|
|
[tool.pytest.ini_options]
|
|
pythonpath = ["src"]
|
|
|
|
[tool.uv.sources]
|
|
llama-index-voice-agents-gemini-live = {git = "https://github.com/run-llama/llama_index", subdirectory = "llama-index-integrations/voice_agents/llama-index-voice-agents-gemini-live", branch = "main"}
|