plotly / dash-labs

Work-in-progress technical previews of potential future Dash features.
MIT License
139 stars 39 forks source link

Optional dependencies for bootstrap #14

Closed xhluca closed 3 years ago

xhluca commented 3 years ago

Rather than having:

pip install dash-bootstrap-components spectra colormath requests tinycss2

It's simpler to write:

pip install dash-labs[bootstrap]

Thoughts?