diff options
author | Ole Mathias Heggem <olemathias.aa.heggem@gmail.com> | 2023-04-02 22:59:31 +0200 |
---|---|---|
committer | Ole Mathias Heggem <olemathias.aa.heggem@gmail.com> | 2023-04-02 22:59:31 +0200 |
commit | c87e06d000f85da85b2977b66a6924ba6348768d (patch) | |
tree | 5f061b29e5efca75104d06d684540d803715eed1 /tools/dhcpns/pyproject.toml | |
parent | bd8ce467e14eed58c80b00eaa4f3f63511ac1159 (diff) |
feat: add more stuff
Diffstat (limited to 'tools/dhcpns/pyproject.toml')
-rw-r--r-- | tools/dhcpns/pyproject.toml | 1 |
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] |