diff --git a/pyproject.toml b/pyproject.toml index a7c6ace..d2f159e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,11 +6,12 @@ authors = ["Olivier Navas "] readme = "README.md" [tool.poetry.dependencies] -python = "^3.7" +python = "^3.9" inquirerpy = "^0.3.4" rich = "^13.7" pyyaml = "^6.0" gitpython = "^3.1" +ansible = "^8.7" [build-system] requires = ["poetry-core"]