Bump the minimum required version of kombu to 3.0.23. This fixes

the bug mentioned here:

https://groups.google.com/forum/#!topic/celery-users/2SU8mieMyvE

Also add .gitreview for StackForge.

Change-Id: Ia3e8ed732e703a7d295ebdf059b4b01a47056d63
This commit is contained in:
Josh Kearney 2014-10-10 13:02:02 -05:00
parent 7c591f2b57
commit fea828ab35
2 changed files with 5 additions and 1 deletions

4
.gitreview Normal file
View File

@ -0,0 +1,4 @@
[gerrit]
host=review.openstack.org
port=29418
project=stackforge/stacktach.git

View File

@ -1,7 +1,7 @@
Django>=1.4.2, <1.6.0
MySQL-python>=1.2.3
eventlet>=0.9.17
kombu>=2.4.7
kombu>=3.0.23
librabbitmq>=1.0.0
prettytable>=0.7.2
argparse