blob: f9aa09c0af105f2818b146f6527f449fad88981e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"
|