forked from innovacion/Mayacontigo
ic
This commit is contained in:
31
apps/ocp/pyproject.toml
Normal file
31
apps/ocp/pyproject.toml
Normal file
@@ -0,0 +1,31 @@
|
||||
[project]
|
||||
name = "ocp"
|
||||
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",
|
||||
"logfire[fastapi,httpx,pymongo,system-metrics]>=3.18.0",
|
||||
"mongo-memory",
|
||||
"openai==1.84.0",
|
||||
"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"
|
||||
|
||||
[dependency-groups]
|
||||
dev = ["pydeps>=3.0.1"]
|
||||
Reference in New Issue
Block a user