11 lines
295 B
TOML
11 lines
295 B
TOML
[project]
|
|
name = "infra-clab-pipeline"
|
|
version = "0.1.0"
|
|
description = "VXLAN fabric using infrahub"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = ["infrahub-sdk[all]"]
|
|
|
|
[tool.uv.sources]
|
|
infrahub-sdk = { git = "https://github.com/opsmill/infrahub-sdk-python", rev = "stable" }
|