Merge "Updated from global requirements" into stable/mitaka

This commit is contained in:
Jenkins 2016-03-25 12:27:39 +00:00 committed by Gerrit Code Review
commit abdc388875
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ keystonemiddleware!=4.1.0,>=4.0.0 # Apache-2.0
netaddr!=0.7.16,>=0.7.12 # BSD
netifaces>=0.10.4 # MIT
neutron-lib>=0.0.1 # Apache-2.0
python-neutronclient>=2.6.0 # Apache-2.0
python-neutronclient!=4.1.0,>=2.6.0 # Apache-2.0
retrying!=1.3.0,>=1.2.3 # Apache-2.0
ryu>=3.30 # Apache-2.0
SQLAlchemy<1.1.0,>=1.0.10 # MIT

View File

@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
hacking<0.11,>=0.10.0
cliff!=1.16.0,>=1.15.0 # Apache-2.0
cliff!=1.16.0,!=1.17.0,>=1.15.0 # Apache-2.0
coverage>=3.6 # Apache-2.0
fixtures>=1.3.1 # Apache-2.0/BSD
mock>=1.2 # BSD