12 lines
244 B
TOML
12 lines
244 B
TOML
[project]
|
|
name = "homelab"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"ansible>=11.1.0",
|
|
"netaddr>=1.3.0",
|
|
"paramiko>=3.5.0",
|
|
"passlib>=1.7.4",
|
|
]
|