aboutsummaryrefslogtreecommitdiff
path: root/infrastructure/pyproject.toml
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2025-10-11 10:15:39 +0200
committeralex <alex@pdp7.net>2025-10-11 10:15:39 +0200
commitda463f72df3876701fc6000538dd7d23fa5ecc92 (patch)
treea9dc9099738beba20f183e685c86a737b10c77e7 /infrastructure/pyproject.toml
parentfe8cc12a2adf80951ca927dfddf711dccf61e815 (diff)
Set up infrastructure
Diffstat (limited to 'infrastructure/pyproject.toml')
-rw-r--r--infrastructure/pyproject.toml9
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",
+]