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
+2 -1
View File
@@ -9,7 +9,8 @@ authors = [
dependencies = [
"dash",
"polars",
"gunicorn"
"gunicorn",
"dash-bootstrap-components"
]
[project.optional-dependencies]