Execution en serveur gunicorn

This commit is contained in:
Colin Maudry
2025-04-20 23:33:12 +02:00
parent a1aebfff4f
commit 2b17f64904
3 changed files with 24 additions and 6 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ authors = [
]
dependencies = [
"dash",
"polars"
"polars",
"gunicorn"
]
[project.optional-dependencies]