Removed unused import, add dcc dependency

This commit is contained in:
Colin Maudry
2025-04-21 00:19:44 +02:00
parent 8b389515c4
commit ddcb8df904
2 changed files with 2 additions and 2 deletions
-1
View File
@@ -1,5 +1,4 @@
from dash import Dash, html, dcc, callback, Output, Input, dash_table
import plotly.express as px
import polars as pl
import dash_bootstrap_components as dbc
+2 -1
View File
@@ -9,7 +9,8 @@ authors = [
dependencies = [
"dash",
"polars",
"gunicorn"
"gunicorn",
"dash-bootstrap-components"
]
[project.optional-dependencies]