All checks were successful
Podman DDNS Image / build-and-push-ddns (push) Successful in 1m3s
30 lines
583 B
TOML
30 lines
583 B
TOML
[project]
|
|
name = "homelab"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"click==8.2.1",
|
|
"dotenv>=0.9.9",
|
|
"fastapi>=0.135.3",
|
|
"langchain>=1.2.13",
|
|
"langchain-openai>=1.1.12",
|
|
"mcp>=1.27.0",
|
|
"mkdocs>=1.6.1",
|
|
"openai>=2.21.0",
|
|
"pika>=1.3.2",
|
|
"pillow>=12.1.1",
|
|
"pytest>=9.0.2",
|
|
"pyyaml>=6.0.3",
|
|
"requests>=2.32.5",
|
|
"sse-starlette>=3.3.4",
|
|
"tqdm>=4.67.3",
|
|
"types-pyyaml>=6.0.12.20250915",
|
|
"types-tqdm>=4.67.3.20260205",
|
|
"uvicorn>=0.44.0",
|
|
]
|
|
|
|
[tool.uv.workspace]
|
|
members = [
|
|
"active/vibe_mcp",
|
|
]
|