|
@@ -196,9 +196,9 @@ def extras(*p):
|
|
|
|
|
|
# Celery specific
|
|
|
features = set([
|
|
|
- 'auth', 'cassandra', 'elasticsearch', 'memcache', 'couchbase', 'threads',
|
|
|
- 'eventlet', 'gevent', 'msgpack', 'yaml', 'redis',
|
|
|
- 'mongodb', 'sqs', 'couchdb', 'riak', 'beanstalk', 'zookeeper',
|
|
|
+ 'auth', 'cassandra', 'elasticsearch', 'memcache', 'pymemcache',
|
|
|
+ 'couchbase', 'threads', 'eventlet', 'gevent', 'msgpack', 'yaml',
|
|
|
+ 'redis', 'mongodb', 'sqs', 'couchdb', 'riak', 'beanstalk', 'zookeeper',
|
|
|
'zeromq', 'sqlalchemy', 'librabbitmq', 'pyro', 'slmq',
|
|
|
])
|
|
|
extras_require = dict((x, extras(x + '.txt')) for x in features)
|