dash-component-boilerplate icon indicating copy to clipboard operation
dash-component-boilerplate copied to clipboard

require dash core

Open alexcjohnson opened this issue 4 years ago • 1 comments

dash should be part of install_requires on the Python side, and suggests in R. Probably >=1.0.0?

alexcjohnson avatar Jun 29 '20 17:06 alexcjohnson

Good idea! I've built dash-deck but didn't think about adding dash as a install_requires in setup.py. Now I realize that it might confuse newcomers if run into errors because they don't have dash installed before running pip install dash-deck.

As for the version, I wonder if it might be worth having the dash-component-boilerplate itself versioned? Once we have dash v2.0.0, do we still want the components created with the boilerplate to be compatible with all of v1.0.0, or would that likely not pose any issue?

xhluca avatar Jan 26 '21 18:01 xhluca