Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add requirements.txt instead of
pip install dash[diskcache]
I initially tried adding dash[diskcache] to the requirements.txt but couldn't make it work. It turns out that all `pip install dash[diskcache]` does is include these 3 packages which are optional dependencies of dash https://github.com/plotly/dash/blob/dev/requirements/diskcache.txt Adding these to the requirements.txt has the same effect.
- Loading branch information