aboutsummaryrefslogtreecommitdiffstats
path: root/tools/koblingsplan/pyproject.toml
diff options
context:
space:
mode:
authorHåkon Solbjørg <hakon@solbj.org>2023-02-25 12:24:44 +0100
committerGitHub <noreply@github.com>2023-02-25 12:24:44 +0100
commitd6f5a7bd1075aef42d7dc983a5a51fd1e31f69e6 (patch)
treee3e62b8cd64203100852875988c178ff49aa9a7d /tools/koblingsplan/pyproject.toml
parent709c78569b26677624e60588fa1166dc659ac93c (diff)
parent2ede2da02763747dd33a781863217b9371737652 (diff)
Merge pull request #105 from gathering/koblingsplan
Koblingsplan To NetBox
Diffstat (limited to 'tools/koblingsplan/pyproject.toml')
-rw-r--r--tools/koblingsplan/pyproject.toml17
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/koblingsplan/pyproject.toml b/tools/koblingsplan/pyproject.toml
new file mode 100644
index 0000000..f9aa09c
--- /dev/null
+++ b/tools/koblingsplan/pyproject.toml
@@ -0,0 +1,17 @@
+[tool.poetry]
+name = "tg-cabling"
+version = "0.1.0"
+description = ""
+authors = ["Håkon Solbjørg <hakon@solbj.org>"]
+readme = "README.md"
+packages = [{include = "tg_cabling"}]
+
+[tool.poetry.dependencies]
+python = "^3.11"
+pyyaml = "^6.0"
+pynetbox = "^7.0.1"
+
+
+[build-system]
+requires = ["poetry-core"]
+build-backend = "poetry.core.masonry.api"