diff options
author | Håkon Solbjørg <hakon@solbj.org> | 2023-02-23 20:25:56 +0100 |
---|---|---|
committer | Håkon Solbjørg <hakon@solbj.org> | 2023-02-23 20:25:56 +0100 |
commit | bc65590ae96ae5c73a0fd577f71a1340fcc71440 (patch) | |
tree | adfd40676cb37c37b94acaccc279bb926737ba10 /tools/koblingsplan/pyproject.toml | |
parent | 5c320ca37e9c8e682838896bea42879500754bbb (diff) |
add netbox
Diffstat (limited to 'tools/koblingsplan/pyproject.toml')
-rw-r--r-- | tools/koblingsplan/pyproject.toml | 1 |
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] |