diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..a7e7e32 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,16 @@ +[tool.poetry] +name = "infrastructure" +version = "0.1.0" +description = "" +authors = ["Romain Gonçalves <commit@rgoncalves.se>"] + +[tool.poetry.dependencies] +python = "^3.9" +ansible = "^5.0.1" +ansible-lint = "^5.3.0" + +[tool.poetry.dev-dependencies] + +[build-system] +requires = ["poetry-core>=1.0.0"] +build-backend = "poetry.core.masonry.api" |