proxmox-vm-management/pyproject.toml

17 lines
308 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",
2025-03-02 20:13:32 +01:00
"python-gnupg>=0.5.4",
"python-json-logger>=3.2.1",
"rich>=13.9.4",
2025-02-28 00:11:09 +01:00
]
2025-03-02 20:13:32 +01:00
[dependency-groups]
dev = [
"ruff>=0.9.9",
]