File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed
Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -29,14 +29,17 @@ Extra Requirements
2929When installing the package via pip you can specify the following
3030extra requirements:
3131
32- ============= =======================================================================================
33- Name Description
34- ============= =======================================================================================
35- ``memcached `` Installs the required dependencies for the Memcached rate limiter backend.
36- ``rabbitmq `` Installs the required dependencies for using Dramatiq with RabbitMQ.
37- ``redis `` Installs the required dependencies for using Dramatiq with Redis.
38- ``watch `` Installs the required dependencies for the ``--watch `` flag. (Supported only on UNIX)
39- ============= =======================================================================================
32+ ================ =======================================================================================
33+ Name Description
34+ ================ =======================================================================================
35+ ``all `` Installs all available extras.
36+ ``gevent `` Installs the required dependencies for running workers under gevent.
37+ ``memcached `` Installs the required dependencies for the Memcached rate limiter backend.
38+ ``prometheus `` Installs the required dependencies for the Prometheus metrics middleware.
39+ ``rabbitmq `` Installs the required dependencies for using Dramatiq with RabbitMQ.
40+ ``redis `` Installs the required dependencies for using Dramatiq with Redis.
41+ ``watch `` Installs the required dependencies for the ``--watch `` flag. (Supported only on UNIX)
42+ ================ =======================================================================================
4043
4144If you want to install Dramatiq with all available features, run::
4245
You can’t perform that action at this time.
0 commit comments