mirror of
https://github.com/ublue-os/forge.git
synced 2025-04-12 09:43:44 +03:00
26 lines
708 B
TOML
26 lines
708 B
TOML
[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]
|
|
python = "^3.11"
|
|
ansible-core = "^2.16"
|
|
jmespath = "^1.0"
|
|
nicegui = "^2.9.1"
|
|
ansible-runner = "^2.3.6"
|
|
requests = "^2.32.2"
|
|
pandas = "^2.2.2"
|
|
humanize = "^4.9.0"
|
|
toml = "^0.10.2"
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
ansible-lint = { version = "^25.0.0", markers = 'platform_system != "Windows"' } # https://github.com/ansible/ansible-lint/issues/2730#issuecomment-1330406601
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|