mirror of https://github.com/celery/kombu.git
Added contrib/requirements/funtest.txt: List of requirements to run the functional test suite in funtest/
This commit is contained in:
parent
8747025b92
commit
62f22f3b2d
|
@ -0,0 +1,18 @@
|
||||||
|
# MongoDB transport
|
||||||
|
pymongo
|
||||||
|
|
||||||
|
# CouchDB transport
|
||||||
|
couchdb
|
||||||
|
|
||||||
|
# Pika transport
|
||||||
|
pika
|
||||||
|
|
||||||
|
# Beanstalk transport
|
||||||
|
beanstalkc
|
||||||
|
|
||||||
|
# SQLAlchemy transport
|
||||||
|
kombu-sqlalchemy
|
||||||
|
|
||||||
|
# Django ORM transport
|
||||||
|
Django
|
||||||
|
django-kombu
|
Loading…
Reference in New Issue