Skip to content

Commit bbc3db9

Browse files
authored
Merge pull request #808 from synweap15/feature/797-documentation
chore: update documentation to include all installable extras
2 parents 0b059e9 + 048ff4d commit bbc3db9

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

docs/source/installation.rst

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,17 @@ Extra Requirements
2929
When installing the package via pip you can specify the following
3030
extra 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

4144
If you want to install Dramatiq with all available features, run::
4245

0 commit comments

Comments
 (0)