14 lines
267 B
TOML
14 lines
267 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",
|
|
"pyyaml>=6.0.3",
|
|
"tqdm>=4.67.3",
|
|
"types-pyyaml>=6.0.12.20250915",
|
|
"types-tqdm>=4.67.3.20260205",
|
|
]
|