1231c4cbf2
Move the requirements for the optional drivers to test-requirements.txt and setup.cfg. The default rabbitmq driver's dependencies should be the only hard requirements for the base package. Leaving ZeroMQ deps unchanged for now as it will be removed in Stein Change-Id: I19dd699ccf87e43202ccefb99258fbaa9ea17b7e
13 lines
300 B
YAML
13 lines
300 B
YAML
---
|
|
prelude: >
|
|
Projects using any of the optional drivers can use extras to
|
|
pull in dependencies for that driver.
|
|
upgrade:
|
|
- |
|
|
Projects using the AMQP 1.0 driver may now depend on
|
|
oslo.messaging[amqp1]. Projects using the Kafka driver may now
|
|
depend on oslo.messaging[kafka]
|
|
|
|
|
|
|