linuxinstaller/pyproject.toml

19 lines
366 B
TOML
Raw Normal View History

2024-09-30 19:32:52 +02:00
[tool.poetry]
name = "libreticmenu"
version = "0.1.0"
description = ""
authors = ["Olivier Navas <olivier.navas@libretic.fr>"]
readme = "README.md"
[tool.poetry.dependencies]
2024-10-02 08:54:08 +02:00
python = "^3.9"
2024-09-30 19:32:52 +02:00
inquirerpy = "^0.3.4"
rich = "^13.7"
pyyaml = "^6.0"
gitpython = "^3.1"
2024-10-02 08:54:08 +02:00
ansible = "^8.7"
2024-09-30 19:32:52 +02:00
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"