aboutsummaryrefslogtreecommitdiff
path: root/ansible/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/pyproject.toml')
-rw-r--r--ansible/pyproject.toml18
1 files changed, 18 insertions, 0 deletions
diff --git a/ansible/pyproject.toml b/ansible/pyproject.toml
new file mode 100644
index 0000000..c5d4373
--- /dev/null
+++ b/ansible/pyproject.toml
@@ -0,0 +1,18 @@
+[tool.poetry]
+name = "projectb"
+version = "0.1.0"
+description = ""
+authors = ["kdam0 <me@kumardamani.net>"]
+readme = "README.md"
+
+[tool.poetry.dependencies]
+python = "^3.10"
+ansible = "10.1.0"
+netaddr = "^1.3.0"
+
+[tool.poetry.group.dev.dependencies]
+ansible-lint = {version = "^24.2.3", markers = "platform_system != 'Windows'"}
+
+[build-system]
+requires = ["poetry-core"]
+build-backend = "poetry.core.masonry.api"