aboutsummaryrefslogtreecommitdiffstats
path: root/tools/dhcpns/pyproject.toml
blob: 8b71ac396832dceb393fd2ddfd1e4f98f4d7c488 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[tool.poetry]
name = "dhcpns"
version = "0.1.0"
description = ""
authors = ["Ole Mathias Heggem <olemathias.aa.heggem@gmail.com>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.9"
requests = "^2.28.2"
pynetbox = "^7.0.1"
python-dotenv = "^1.0.0"
netaddr = "^0.8.0"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"