Initial Commit

This commit is contained in:
eneller
2026-05-06 10:43:46 +02:00
commit 9f4ab74256
5 changed files with 636 additions and 0 deletions

9
pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "admin"
version = "0.1.0"
description = "pyinfra admin scripts"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"pyinfra>=3.8.0",
]