From 274f0550e10e73afc584a7c0f76d3e7578b1964e Mon Sep 17 00:00:00 2001 From: "olivier.navas" Date: Wed, 2 Oct 2024 08:54:08 +0200 Subject: [PATCH] Actualiser pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"]