Require neutron-lib explicitly

Rather than implicitly via neutron.

Change-Id: I6c0a783587995113f15ed4c08a6b1dbeeccc5f87
This commit is contained in:
YAMAMOTO Takashi 2018-09-26 17:26:32 +09:00
parent 30809d7732
commit 9a5a0589b7
2 changed files with 2 additions and 1 deletions

View File

@ -53,7 +53,7 @@ msgpack==0.5.6
munch==2.2.0
netaddr==0.7.19
netifaces==0.10.6
neutron-lib==1.13.0
neutron-lib==1.18.0
openstacksdk==0.12.0
os-client-config==1.29.0
os-service-types==1.2.0

View File

@ -5,3 +5,4 @@
pbr!=2.1.0,>=2.0.0 # Apache-2.0
Babel!=2.4.0,>=2.3.4 # BSD
neutron>=12.0.0 # Apache-2.0
neutron-lib>=1.18.0 # Apache-2.0