diff --git a/pyproject.toml b/pyproject.toml index d4750e8..bf334b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,7 @@ readme = "README.md" requires-python = ">=3.12" dependencies = [ "httpx>=0.28.1", + "plotly>=6.5.2", "polars>=1.37.1", "tqdm>=4.67.1", ]