Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dramatiq dependencies #60

Closed
rpkilby opened this issue Apr 10, 2018 · 0 comments
Closed

dramatiq dependencies #60

rpkilby opened this issue Apr 10, 2018 · 0 comments
Labels

Comments

@rpkilby
Copy link
Contributor

rpkilby commented Apr 10, 2018

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

extra_dependencies[""] = list(set(
extra_dependencies["rabbitmq"] +
extra_dependencies["watch"]
))

Executing pip install dramatiq[redis] will still install in the rabbitmq and watch dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants