diff options
| author | kdam0 <me@kumardamani.net> | 2024-07-05 04:14:34 +0000 |
|---|---|---|
| committer | kdam0 <me@kumardamani.net> | 2024-07-05 04:14:34 +0000 |
| commit | e70e6c0c4861daca0f8807c09c8652f907f7faf9 (patch) | |
| tree | 55de04c3abe6b50b5893ec0f2d0a779913851dd3 /ansible/pyproject.toml | |
| parent | ed9480ca071a81b6855188eca463062798bfcc04 (diff) | |
using nix flake for dev
Diffstat (limited to 'ansible/pyproject.toml')
| -rw-r--r-- | ansible/pyproject.toml | 18 |
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" |
