Merge "Add kombu driver library to requirements.txt"
This commit is contained in:
commit
bf20f74ca2
@ -17,3 +17,6 @@ Babel>=1.3
|
|||||||
|
|
||||||
# for the routing notifier
|
# for the routing notifier
|
||||||
PyYAML>=3.1.0
|
PyYAML>=3.1.0
|
||||||
|
|
||||||
|
# rabbit driver is the default
|
||||||
|
kombu>=2.4.8
|
||||||
|
@ -11,9 +11,6 @@ testscenarios>=0.4
|
|||||||
testtools>=0.9.34
|
testtools>=0.9.34
|
||||||
oslotest
|
oslotest
|
||||||
|
|
||||||
# for test_rabbit
|
|
||||||
kombu>=2.4.8
|
|
||||||
|
|
||||||
# when we can require tox>= 1.4, this can go into tox.ini:
|
# when we can require tox>= 1.4, this can go into tox.ini:
|
||||||
# [testenv:cover]
|
# [testenv:cover]
|
||||||
# deps = {[testenv]deps} coverage
|
# deps = {[testenv]deps} coverage
|
||||||
|
Loading…
Reference in New Issue
Block a user