Files
homelab/pyproject.toml
ducoterra f70028cf63
All checks were successful
Podman DDNS Image / build-and-push-ddns (push) Successful in 1m26s
init uv project for homelab
2026-02-25 12:23:17 -05:00

17 lines
331 B
TOML

[project]
name = "homelab"
version = "0.1.0"
requires-python = ">=3.13"
dependencies = [
"click==8.2.1",
"mkdocs>=1.6.1",
"openai>=2.21.0",
"pika>=1.3.2",
"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",
]