Files
homelab/pyproject.toml
ducoterra 47c476a98f
All checks were successful
Podman DDNS Image / build-and-push-ddns (push) Successful in 1m3s
working langchain agent_update_check
2026-03-25 16:25:24 -04:00

21 lines
431 B
TOML

[project]
name = "homelab"
version = "0.1.0"
requires-python = ">=3.13"
dependencies = [
"click==8.2.1",
"dotenv>=0.9.9",
"langchain>=1.2.13",
"langchain-openai>=1.1.12",
"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",
"tqdm>=4.67.3",
"types-pyyaml>=6.0.12.20250915",
"types-tqdm>=4.67.3.20260205",
]