dramatiq dependencies #60
Closed
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I noticed that by default, dramatiq installs the dependencies for rabbitmq and the watch feature. I think this is due to the following lines:
dramatiq/setup.py
Lines 44 to 47 in f6cea0d
Executing
pip install dramatiq[redis]
will still install in the rabbitmq and watch dependencies.The text was updated successfully, but these errors were encountered: