From 01063e214ad939b6c5ea55dddf4bc332ac750d07 Mon Sep 17 00:00:00 2001 From: larsevj Date: Thu, 21 Nov 2024 12:02:56 +0100 Subject: [PATCH] Remove unused dependencies dask, deprecation, testpath --- pyproject.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b2da3d510e6..e71b51a7462 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,8 +32,6 @@ dependencies = [ "aiohttp", "backports-datetime_fromisoformat; python_version < '3.11'", "cryptography", - "dask", # extra dependency for xarray/pandas - "deprecation", "dnspython >= 2", "fastapi", "filelock", @@ -60,7 +58,7 @@ dependencies = [ "pydantic > 2, < 2.10", "PyQt5", "python-dateutil", - "python-multipart", + "python-multipart", # extra dependency for fastapi "pyyaml", "qtpy", "requests", @@ -126,7 +124,6 @@ dev = [ "sphinx-autoapi", "sphinx-copybutton", "sphinxcontrib.datatemplates", - "testpath", ] style = [ "pre-commit",