Make bokeh an optional install requirement
Open
dependencies
good second issue
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 778
- Avg merge
- 2h 50m
- Merged PRs (30d)
- 3
Description
At the moment distributed does not include bokeh in its requirements at all. But it contains features that break without it. I'd like to ask that you include bokeh as optional requirement in your package, so that users can easily install everything they need.
Since distributed uses setup.py, you can do this by adding it to `extras_require` (https://extras-require.readthedocs.io/en/latest/).
Contributor guide
Assessment
This issue has not been assessed yet.