mirror of
https://github.com/morten-olsen/homelab-operator.git
synced 2026-02-08 01:36:28 +01:00
10 lines
190 B
TOML
10 lines
190 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",
|
|
]
|