chore: add ansible & dependencies via uv
This commit is contained in:
parent
1759d2c7c3
commit
6fa7d0fbd3
4 changed files with 275 additions and 6 deletions
11
pyproject.toml
Normal file
11
pyproject.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[project]
|
||||
name = "homelab"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"ansible>=11.1.0",
|
||||
"paramiko>=3.5.0",
|
||||
"passlib>=1.7.4",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue