diff options
Diffstat (limited to 'infrastructure/pyproject.toml')
| -rw-r--r-- | infrastructure/pyproject.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/infrastructure/pyproject.toml b/infrastructure/pyproject.toml new file mode 100644 index 0000000..3d7000f --- /dev/null +++ b/infrastructure/pyproject.toml @@ -0,0 +1,9 @@ +[project] +name = "infrastructure" +version = "0.1.0" +description = "Add your description here" +readme = "README.md" +requires-python = ">=3.12" +dependencies = [ + "ansible>=12.1.0", +] |
