Ubuntu-Ansible-Setup/pyproject.toml

21 lines
422 B
TOML
Raw Permalink Normal View History

2023-01-08 04:12:43 -06:00
[tool.poetry]
name = "asg-ansible"
2023-01-08 04:12:43 -06:00
version = "0.1.0"
description = ""
authors = ["Price Hiller <price@orion-technologies.io>"]
2023-01-08 04:12:43 -06:00
[tool.poetry.dependencies]
2023-07-24 00:31:37 -05:00
python = ">=3.11"
ansible = ">=8.2.0"
2023-07-20 20:35:22 -05:00
pywinrm = ">=0.4.3"
2023-01-08 04:12:43 -06:00
[tool.poetry.dev-dependencies]
2023-07-20 20:35:22 -05:00
ansible-lint = ">=6.3.0"
2023-01-08 04:12:43 -06:00
2023-01-31 18:39:00 -06:00
[tool.poetry.group.dev.dependencies]
2023-07-20 20:35:22 -05:00
yamllint = ">=1.29.0"
2023-01-31 18:39:00 -06:00
2023-01-08 04:12:43 -06:00
[build-system]
2023-07-20 20:35:22 -05:00
requires = ["poetry-core>=1.5.0"]
2023-01-08 04:12:43 -06:00
build-backend = "poetry.core.masonry.api"