18 lines
441 B
TOML
18 lines
441 B
TOML
[project]
|
|
name = "livekit-primera-prueba"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"dotenv-python>=0.0.1",
|
|
"fastapi>=0.118.0",
|
|
"livekit-agents>=1.2.14",
|
|
"livekit-api>=1.0.6",
|
|
"livekit-plugins-cartesia>=1.0",
|
|
"livekit-plugins-google>=1.2.14",
|
|
"livekit-plugins-openai>=1.2.14",
|
|
"python-dotenv>=1.1.1",
|
|
"uvicorn>=0.37.0",
|
|
]
|