oslo.messaging/releasenotes/notes/use-extras-for-optional-deps-2a00e8007ef7a629.yaml
Kenneth Giusti 1231c4cbf2 Move requirements for the optional drivers (amqp1, kafka)
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
2018-04-16 10:38:07 -04:00

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]