Actualiser pyproject.toml
This commit is contained in:
parent
94a46a8130
commit
274f0550e1
1 changed files with 2 additions and 1 deletions
|
@ -6,11 +6,12 @@ authors = ["Olivier Navas <olivier.navas@libretic.fr>"]
|
|||
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"]
|
||||
|
|
Loading…
Reference in a new issue