mage automated wg provisioning work

This commit is contained in:
2025-08-27 14:22:02 +02:00
parent 2d902c0265
commit 06d16a6b03
11 changed files with 1381 additions and 1 deletions
+22
View File
@@ -0,0 +1,22 @@
[project]
name = "cast-os"
version = "0.1.0"
description = ""
authors = [
{name = "pstruebi",email = "struebin.patrick@gmail.com"}
]
readme = "README.md"
requires-python = ">=3.12,<4.0"
dependencies = [
"python-dotenv (>=1.1.1,<2.0.0)",
"wg-easy-api (>=0.1.2,<0.2.0)",
"requests (>=2.32.5,<3.0.0)"
]
[tool.poetry]
package-mode = false
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"