Removed unused import, add dcc dependency
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
from dash import Dash, html, dcc, callback, Output, Input, dash_table
|
from dash import Dash, html, dcc, callback, Output, Input, dash_table
|
||||||
import plotly.express as px
|
|
||||||
import polars as pl
|
import polars as pl
|
||||||
import dash_bootstrap_components as dbc
|
import dash_bootstrap_components as dbc
|
||||||
|
|
||||||
|
|||||||
+2
-1
@@ -9,7 +9,8 @@ authors = [
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"dash",
|
"dash",
|
||||||
"polars",
|
"polars",
|
||||||
"gunicorn"
|
"gunicorn",
|
||||||
|
"dash-bootstrap-components"
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
|
|||||||
Reference in New Issue
Block a user