aboutsummaryrefslogtreecommitdiff
path: root/flake-parts/projectB/pyproject.toml
diff options
context:
space:
mode:
authorkdam0 <me@kumardamani.net>2024-07-05 03:18:48 +0000
committerkdam0 <me@kumardamani.net>2024-07-05 03:18:48 +0000
commit4cc896d6f92808273ebce43df210a098de3a85b5 (patch)
treeb59aacb8aa1cb2ec3eb1704b0f2e9281083e7fa9 /flake-parts/projectB/pyproject.toml
parentee4de840490ceff0b21975c29462388edb743b1f (diff)
project b ansible project
Diffstat (limited to 'flake-parts/projectB/pyproject.toml')
-rw-r--r--flake-parts/projectB/pyproject.toml18
1 files changed, 18 insertions, 0 deletions
diff --git a/flake-parts/projectB/pyproject.toml b/flake-parts/projectB/pyproject.toml
new file mode 100644
index 0000000..c5d4373
--- /dev/null
+++ b/flake-parts/projectB/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"