From da463f72df3876701fc6000538dd7d23fa5ecc92 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 11 Oct 2025 10:15:39 +0200 Subject: Set up infrastructure --- infrastructure/pyproject.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 infrastructure/pyproject.toml (limited to 'infrastructure/pyproject.toml') 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", +] -- cgit v1.2.3