mirror of
https://github.com/morten-olsen/homelab-operator.git
synced 2026-02-08 01:36:28 +01:00
15 lines
254 B
TOML
15 lines
254 B
TOML
[project]
|
|
name = "homelab-operator"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"kubediagrams>=0.5.0",
|
|
]
|
|
|
|
[tool.uv.workspace]
|
|
members = [
|
|
"security/trivy-report",
|
|
]
|