plotly / dash-component-boilerplate

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

Minor updates to the README.md #118

Closed xhluca closed 3 years ago

xhluca commented 3 years ago

See screenshot below.

Changes:

xhluca commented 3 years ago

New look:

image

Old look:

image

xhluca commented 3 years ago

New Look: image

Old look: image

alexcjohnson commented 3 years ago

Hmm unclear to me how the Py3.7 test managed to succeed, nor how to get around the Py3.6 failure until https://github.com/hackebrot/pytest-cookies/issues/51 is solved.

xhluca commented 3 years ago

@alexcjohnson py3.6 errors seem to be related to the cryptography one; would pinning to 3.3 solve it? Anyway, I made an issue to track that.