We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 560e3da commit c9700f1Copy full SHA for c9700f1
demo/demo/bootstrap_app.py
@@ -24,7 +24,7 @@
24
25
import dash
26
import dash_bootstrap_components as dbc
27
-import dash_html_components as html
+from dash import html
28
29
from django_plotly_dash import DjangoDash
30
make_env
@@ -6,7 +6,7 @@
6
set -e
7
#
8
# Default to 3.8 but allow override
9
-DEFAULT_PYTHON_VER=3.8
+DEFAULT_PYTHON_VER=3.10
10
PYTHON_VER=${1:-$DEFAULT_PYTHON_VER}
11
12
python${PYTHON_VER} -m venv env
requirements.txt
@@ -2,7 +2,7 @@ dash>=2.0
2
plotly
3
dpd-components
4
5
-dash-bootstrap-components<1.0
+dash-bootstrap-components
channels<3.0
Django>=2.2,<4.0.0
0 commit comments