From 4cc896d6f92808273ebce43df210a098de3a85b5 Mon Sep 17 00:00:00 2001 From: kdam0 Date: Thu, 4 Jul 2024 23:18:48 -0400 Subject: project b ansible project --- flake-parts/projectB/pyproject.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 flake-parts/projectB/pyproject.toml (limited to 'flake-parts/projectB/pyproject.toml') 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 "] +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" -- cgit v1.2.3