blob: a7e7e32a46950c7482e86c3523b2d1ebab69dd44 (
plain) (
tree)
|
|
[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"
|