Files
Mayacontigo/apps/bursatil/pyproject.toml
Rogelio 325f1ef439 ic
2025-10-13 18:16:25 +00:00

27 lines
568 B
TOML

[project]
name = "bursatil"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12, <4"
dependencies = [
"aiohttp>=3.11.16",
"azure-storage",
"fastapi[standard]>=0.115.6",
"hvac>=2.3.0",
"langchain-azure-ai[opentelemetry]>=0.1.4",
"langfuse>=2.60.2",
"mongo-memory",
"pydantic-settings>=2.8.1",
"qdrant",
]
[tool.uv.sources]
azure-storage = { workspace = true }
qdrant = { workspace = true }
mongo-memory = { workspace = true }
[tool.pyright]
venvPath = "../../"
venv = ".venv"