[tool.poetry] name = "infrastructure" version = "0.1.0" description = "" authors = ["Romain Gonçalves "] [tool.poetry.dependencies] python = "^3.9" ansible = "^6.5.0" mitogen = { git = "https://github.com/mitogen-hq/mitogen", branch = "master" } [tool.poetry.dev-dependencies] ansible-lint = "^6.8.2" [tool.poetry.group.dev.dependencies] yamllint = "^1.28.0" [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"