dotfiles/manjaro/arch_custom/pyproject (1).toml

12 lines
233 B
TOML

[project]
name = "arch-custom"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"ansible>=11.6.0",
"ansible-lint>=25.4.0",
"yamllint>=1.37.1",
]