linuxinstaller/pyproject.toml
2024-10-18 19:50:12 +02:00

18 lines
368 B
TOML

[tool.poetry]
name = "linuxinstaller"
version = "0.1.0"
description = ""
authors = ["Olivier Navas <olivier.navas@libretic.fr>"]
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"