2023-05-01 19:17:56 +03:00
|
|
|
[tool.poetry]
|
|
|
|
name = "ublue-os_forge"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = "Ansible automation for Universal Blue"
|
|
|
|
authors = ["Stephan Lüscher <stephan.luescher@mykolab.com>"]
|
|
|
|
license = "../LICENSE"
|
|
|
|
readme = "../README.md"
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
2024-04-29 13:59:35 +03:00
|
|
|
python = "^3.11"
|
|
|
|
ansible-core = "^2.16"
|
|
|
|
jmespath = "^1.0"
|
2025-01-06 18:32:39 +02:00
|
|
|
nicegui = "^2.9.1"
|
2024-05-10 17:03:05 +03:00
|
|
|
ansible-runner = "^2.3.6"
|
2024-05-24 12:42:51 +03:00
|
|
|
requests = "^2.32.2"
|
2024-05-15 23:39:20 +03:00
|
|
|
pandas = "^2.2.2"
|
|
|
|
humanize = "^4.9.0"
|
2024-05-20 21:14:29 +03:00
|
|
|
toml = "^0.10.2"
|
2023-05-01 19:17:56 +03:00
|
|
|
|
2024-04-29 13:59:35 +03:00
|
|
|
[tool.poetry.group.dev.dependencies]
|
2025-01-20 19:44:06 +02:00
|
|
|
ansible-lint = { version = "^25.0.0", markers = 'platform_system != "Windows"' } # https://github.com/ansible/ansible-lint/issues/2730#issuecomment-1330406601
|
2023-05-01 19:17:56 +03:00
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|