From 6a5b4aa2aac447f31ccfe76144e09cab83b813f1 Mon Sep 17 00:00:00 2001 From: Colin Maudry Date: Sat, 20 Sep 2025 08:23:05 +0200 Subject: [PATCH] Text compression ok (zstd) #31 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 8f49bae..021fa6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,7 @@ authors = [ ] dependencies = [ "dash==3.2.0", + "dash[compress]", "polars", "gunicorn", "dash-bootstrap-components",