Files
infra-clab-pipeline/pyproject.toml
2025-11-08 18:52:44 +01:00

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" }