First Commit
This commit is contained in:
10
pyproject.toml
Normal file
10
pyproject.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[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" }
|
||||
Reference in New Issue
Block a user