I ran into a issue setting up this demo app on a machine that can't run poetry, so I did everything manually via pip. I had an error occur because Dash updated to version 2.0.0 in September and changed how imports are done from dash_core_components and dash_html_components. The poetry install works as expected, but I thought it would be good to update the code to work with Dash 2.0.0.
This dependency update should work with the changes in pull request #4
I ran into a issue setting up this demo app on a machine that can't run poetry, so I did everything manually via pip. I had an error occur because Dash updated to version 2.0.0 in September and changed how imports are done from
dash_core_components
anddash_html_components
. The poetry install works as expected, but I thought it would be good to update the code to work with Dash 2.0.0.This dependency update should work with the changes in pull request #4