aboutsummaryrefslogtreecommitdiffstats
path: root/tools/dhcpns/pyproject.toml
blob: c0e5fdf780c59d3fe006bd039cc9a7cfac6786f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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"


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