proxmox-vm-management/pyproject.toml

10 lines
179 B
TOML
Raw Normal View History

2025-02-28 00:11:09 +01:00
[project]
name = "vm-management"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"hvac>=2.3.0",
]