diff --git a/.python-version b/.python-version new file mode 100644 index 0000000..24ee5b1 --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.13 diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..025e89f --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,12 @@ +[project] +name = "skansible" +version = "0.1.0" +description = "Add your description here" +readme = "README.md" +requires-python = ">=3.13" +dependencies = [ + "ansible>=13.1.0", + "ansible-lint>=25.12.1", + "ansible-navigator>=25.12.0", + "click>=8.3.1", +]