Skip to content

Commit

Permalink
Remove unused dependencies dask, deprecation, testpath
Browse files Browse the repository at this point in the history
  • Loading branch information
larsevj committed Nov 21, 2024
1 parent 77cf86f commit 01063e2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -60,7 +58,7 @@ dependencies = [
"pydantic > 2, < 2.10",
"PyQt5",
"python-dateutil",
"python-multipart",
"python-multipart", # extra dependency for fastapi
"pyyaml",
"qtpy",
"requests",
Expand Down Expand Up @@ -126,7 +124,6 @@ dev = [
"sphinx-autoapi",
"sphinx-copybutton",
"sphinxcontrib.datatemplates",
"testpath",
]
style = [
"pre-commit",
Expand Down

0 comments on commit 01063e2

Please sign in to comment.