aboutsummaryrefslogtreecommitdiffstats
path: root/tools/koblingsplan/pyproject.toml
diff options
context:
space:
mode:
authorHåkon Solbjørg <hakon@solbj.org>2023-02-23 20:25:56 +0100
committerHåkon Solbjørg <hakon@solbj.org>2023-02-23 20:25:56 +0100
commitbc65590ae96ae5c73a0fd577f71a1340fcc71440 (patch)
treeadfd40676cb37c37b94acaccc279bb926737ba10 /tools/koblingsplan/pyproject.toml
parent5c320ca37e9c8e682838896bea42879500754bbb (diff)
add netbox
Diffstat (limited to 'tools/koblingsplan/pyproject.toml')
-rw-r--r--tools/koblingsplan/pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/koblingsplan/pyproject.toml b/tools/koblingsplan/pyproject.toml
index 7304a8a..f9aa09c 100644
--- a/tools/koblingsplan/pyproject.toml
+++ b/tools/koblingsplan/pyproject.toml
@@ -9,6 +9,7 @@ packages = [{include = "tg_cabling"}]
[tool.poetry.dependencies]
python = "^3.11"
pyyaml = "^6.0"
+pynetbox = "^7.0.1"
[build-system]