diff options
Diffstat (limited to 'tools/koblingsplan/pyproject.toml')
-rw-r--r-- | tools/koblingsplan/pyproject.toml | 17 |
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" |