Add missing netaddr requirement

Change-Id: I8b309bcc0a9edaa622337b5fb41aaa04c94fbeee
This commit is contained in:
Eric K 2018-07-20 13:40:46 -07:00 committed by Eric Kao
parent 5c7d690902
commit 37dee3d62b
2 changed files with 2 additions and 1 deletions

View File

@ -51,7 +51,7 @@ mox3==0.20.0
msgpack==0.5.6
munch==2.2.0
murano-pkg-check==0.3.0
netaddr==0.7.19
netaddr==0.7.18
netifaces==0.10.6
openstackdocstheme==1.18.1
openstacksdk==0.12.0

View File

@ -24,6 +24,7 @@ python-ironicclient>=2.3.0 # Apache-2.0
python-mistralclient!=3.2.0,>=3.1.0 # Apache-2.0
alembic>=0.8.10 # MIT
cryptography>=2.1 # BSD/Apache-2.0
netaddr>=0.7.18 # BSD
python-dateutil>=2.5.3 # BSD
python-glanceclient>=2.8.0 # Apache-2.0
Routes>=2.3.1 # MIT