1
0
Fork 0
This commit is contained in:
Von Random 2025-04-18 20:48:27 +03:00
parent a3482c92a6
commit 871d1f6ae1
4 changed files with 26 additions and 14 deletions

8
pyproject.toml Normal file
View file

@ -0,0 +1,8 @@
[project]
name = "yatf"
version = "0.1.0"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"ansible>=11.4.0",
]