plotly / dash-component-boilerplate

Get started creating your own Dash components here.
266 stars 182 forks source link

require dash core #103

Open alexcjohnson opened 4 years ago

alexcjohnson commented 4 years ago

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

xhluca commented 3 years ago

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?