aboutsummaryrefslogtreecommitdiffstats
path: root/tools/dhcpns/pyproject.toml
diff options
context:
space:
mode:
authorOle Mathias Heggem <olemathias.aa.heggem@gmail.com>2023-04-02 22:59:31 +0200
committerOle Mathias Heggem <olemathias.aa.heggem@gmail.com>2023-04-02 22:59:31 +0200
commitc87e06d000f85da85b2977b66a6924ba6348768d (patch)
tree5f061b29e5efca75104d06d684540d803715eed1 /tools/dhcpns/pyproject.toml
parentbd8ce467e14eed58c80b00eaa4f3f63511ac1159 (diff)
feat: add more stuff
Diffstat (limited to 'tools/dhcpns/pyproject.toml')
-rw-r--r--tools/dhcpns/pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/dhcpns/pyproject.toml b/tools/dhcpns/pyproject.toml
index c0e5fdf..8b71ac3 100644
--- a/tools/dhcpns/pyproject.toml
+++ b/tools/dhcpns/pyproject.toml
@@ -10,6 +10,7 @@ python = "^3.9"
requests = "^2.28.2"
pynetbox = "^7.0.1"
python-dotenv = "^1.0.0"
+netaddr = "^0.8.0"
[build-system]