chore: added netaddr
diff --git a/poetry.lock b/poetry.lock
index cdfd9b1..ff6c493 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -20,7 +20,7 @@
name = "ansible-core"
version = "2.14.1"
description = "Radically simple IT automation"
-category = "dev"
+category = "main"
optional = false
python-versions = ">=3.9"
@@ -349,7 +349,7 @@
name = "Jinja2"
version = "3.1.2"
description = "A very fast and expressive template engine."
-category = "dev"
+category = "main"
optional = false
python-versions = ">=3.7"
@@ -473,7 +473,7 @@
name = "MarkupSafe"
version = "2.1.2"
description = "Safely add untrusted strings to HTML/XML markup."
-category = "dev"
+category = "main"
optional = false
python-versions = ">=3.7"
@@ -595,6 +595,14 @@
yaml = ["PyYAML (>=5.1.0)"]
[[package]]
+name = "netaddr"
+version = "0.8.0"
+description = "A network address manipulation library for Python"
+category = "main"
+optional = false
+python-versions = "*"
+
+[[package]]
name = "netifaces"
version = "0.11.0"
description = "Portable network interface information."
@@ -641,7 +649,7 @@
name = "packaging"
version = "23.0"
description = "Core utilities for Python packages"
-category = "dev"
+category = "main"
optional = false
python-versions = ">=3.7"
@@ -887,7 +895,7 @@
name = "resolvelib"
version = "0.8.1"
description = "Resolve abstract dependencies into concrete ones"
-category = "dev"
+category = "main"
optional = false
python-versions = "*"
@@ -990,13 +998,10 @@
[package.extras]
watchmedo = ["PyYAML (>=3.10)"]
-[extras]
-operator = []
-
[metadata]
lock-version = "1.1"
python-versions = "^3.10"
-content-hash = "c9dbf12739c5d18625bd9e9867c476faf19f291366605afdab1242e0f7d212df"
+content-hash = "f1f3f10a60e61ca6846b1f7dede530bdbe6a47a3e70a9080f2b81ab5c11aca89"
[metadata.files]
ansible-compat = [
@@ -1367,6 +1372,10 @@
{file = "munch-2.5.0-py2.py3-none-any.whl", hash = "sha256:6f44af89a2ce4ed04ff8de41f70b226b984db10a91dcc7b9ac2efc1c77022fdd"},
{file = "munch-2.5.0.tar.gz", hash = "sha256:2d735f6f24d4dba3417fa448cae40c6e896ec1fdab6cdb5e6510999758a4dbd2"},
]
+netaddr = [
+ {file = "netaddr-0.8.0-py2.py3-none-any.whl", hash = "sha256:9666d0232c32d2656e5e5f8d735f58fd6c7457ce52fc21c98d45f2af78f990ac"},
+ {file = "netaddr-0.8.0.tar.gz", hash = "sha256:d6cc57c7a07b1d9d2e917aa8b36ae8ce61c35ba3fcd1b83ca31c5a0ee2b5a243"},
+]
netifaces = [
{file = "netifaces-0.11.0-cp27-cp27m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:eb4813b77d5df99903af4757ce980a98c4d702bbcb81f32a0b305a1537bdf0b1"},
{file = "netifaces-0.11.0-cp27-cp27m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:5f9ca13babe4d845e400921973f6165a4c2f9f3379c7abfc7478160e25d196a4"},
diff --git a/pyproject.toml b/pyproject.toml
index ce05fea..58f8081 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -15,6 +15,7 @@
openstacksdk = "<0.99.0"
docker-image-py = "^0.1.12"
rjsonnet = "^0.5.2"
+netaddr = "^0.8.0"
[tool.poetry.group.dev.dependencies]
flake8 = "^5.0.4"