Updated from global requirements

Change-Id: Ida4133ebeb4cc0cbfbd0e8ee62a52236dc4a0256
This commit is contained in:
OpenStack Proposal Bot 2017-08-18 11:40:06 +00:00
parent 74a960a13d
commit 38d8bdcd19
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ cachetools>=1.1.0 # MIT License
WebOb>=1.7.1 # MIT
# for the routing notifier
PyYAML>=3.10.0 # MIT
PyYAML>=3.10 # MIT
# rabbit driver is the default
# we set the amqp version to ensure heartbeat works

View File

@ -6,7 +6,7 @@
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
mock>=2.0 # BSD
mock>=2.0.0 # BSD
python-subunit>=0.0.18 # Apache-2.0/BSD
testrepository>=0.0.18 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
@ -30,7 +30,7 @@ coverage!=4.4,>=4.0 # Apache-2.0
# this is required for the docs build jobs
sphinx>=1.6.2 # BSD
openstackdocstheme>=1.16.0 # Apache-2.0
reno!=2.3.1,>=1.8.0 # Apache-2.0
reno>=2.5.0 # Apache-2.0
# AMQP 1.0 support depends on the Qpid Proton AMQP 1.0
# development libraries.