From e9672219524000f653f99c9aef5b9ffb0ea08275 Mon Sep 17 00:00:00 2001 From: Jakub Libosvar Date: Fri, 12 Jan 2024 14:58:37 +0000 Subject: [PATCH] Add netaddr as a requirement Currently netaddr is installed as part of the neutron-lib but it's safer to explicitly list the requirement since the library is imported directly. Change-Id: I1cce4aee1109071e442c8df30d7f57714a9b92be --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index cf0ba5c1..1b003b7d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,7 @@ pbr>=2.0 # Apache-2.0 Jinja2>=2.10 # BSD License (3 clause) +netaddr>=0.7.18 # BSD neutron-lib>=2.10.1 # Apache-2.0 oslo.concurrency>=3.26.0 # Apache-2.0 oslo.config>=6.1.0 # Apache-2.0