Updated from global requirements

Change-Id: I1358feb2f87821e8a18ac8b77461df57fa2a6168
This commit is contained in:
OpenStack Proposal Bot 2016-11-02 22:00:00 +00:00
parent 3efbdc703e
commit b1b3677a75
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ PyYAML>=3.10.0 # MIT
# rabbit driver is the default
# we set the amqp version to ensure heartbeat works
amqp<2.0,>=1.4.0 # LGPL
kombu>=3.0.25 # BSD
kombu!=4.0.0,>=3.0.25 # BSD
pika>=0.10.0 # BSD
pika-pool>=0.1.3 # BSD

View File

@ -31,7 +31,7 @@ coverage>=4.0 # Apache-2.0
# this is required for the docs build jobs
sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
oslosphinx>=4.7.0 # Apache-2.0
reno>=1.8.0 # Apache2
reno>=1.8.0 # Apache-2.0
# AMQP 1.0 support depends on the Qpid Proton AMQP 1.0
# development libraries.