fix toml formatting

This commit is contained in:
Robert Kaussow 2024-01-27 18:20:15 +01:00
parent 8861dcc705
commit 80ac8ec34d
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 44 additions and 48 deletions

View File

@ -20,23 +20,19 @@ classifiers = [
description = "Reviews ansible playbooks, roles and inventories and suggests improvements." description = "Reviews ansible playbooks, roles and inventories and suggests improvements."
documentation = "https://ansible-later.geekdocs.de/" documentation = "https://ansible-later.geekdocs.de/"
homepage = "https://ansible-later.geekdocs.de/" homepage = "https://ansible-later.geekdocs.de/"
include = [ include = ["LICENSE"]
"LICENSE",
]
keywords = ["ansible", "code", "review"] keywords = ["ansible", "code", "review"]
license = "MIT" license = "MIT"
name = "ansible-later" name = "ansible-later"
packages = [ packages = [{ include = "ansiblelater" }]
{include = "ansiblelater"},
]
readme = "README.md" readme = "README.md"
repository = "https://github.com/thegeeklab/ansible-later/" repository = "https://github.com/thegeeklab/ansible-later/"
version = "0.0.0" version = "0.0.0"
[tool.poetry.dependencies] [tool.poetry.dependencies]
PyYAML = "6.0.1" PyYAML = "6.0.1"
ansible-core = {version = "2.14.13", optional = true} ansible-core = { version = "2.14.13", optional = true }
ansible = {version = "7.7.0", optional = true} ansible = { version = "7.7.0", optional = true }
anyconfig = "0.13.0" anyconfig = "0.13.0"
appdirs = "1.4.4" appdirs = "1.4.4"
colorama = "0.4.6" colorama = "0.4.6"