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