[tool.poetry] name = "linuxinstaller" version = "0.1.0" description = "" authors = ["Olivier Navas "] readme = "README.md" [tool.poetry.dependencies] python = "^3.9" inquirerpy = "^0.3.4" rich = "^13.7" pyyaml = "^6.0" gitpython = "^3.1" ansible = "^8.7" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"