forked from innovacion/Mayacontigo
22 lines
496 B
TOML
22 lines
496 B
TOML
[project]
|
|
name = "voz_del_cliente"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12, <4"
|
|
dependencies = [
|
|
"aiohttp>=3.11.16",
|
|
"fastapi>=0.115.6",
|
|
"hvac>=2.3.0",
|
|
"langchain-azure-ai[opentelemetry]>=0.1.4",
|
|
"langchain[openai]>=0.3.25",
|
|
"langfuse>=2.60.4",
|
|
"mongo-memory",
|
|
"pydantic-settings>=2.8.1",
|
|
"python-dotenv>=1.1.0",
|
|
"uvicorn>=0.34.0",
|
|
]
|
|
|
|
[tool.uv.sources]
|
|
mongo-memory = { workspace = true }
|