diff --git a/pyproject.toml b/pyproject.toml index dff1dfcd9..89ddf1a43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -115,13 +115,14 @@ client = [ "msgpack >=1.0.0", "ndindex", "numpy", + "orjson", "pandas", "pyarrow", "pyyaml", "sparse", "typer", "xarray", - "zstandard", + "zstandard" ] # These are used by the client/server to more efficiently compress. # They fall back to gzip (which is slower) if these are not installed. @@ -173,8 +174,9 @@ minimal-client = [ "httpx >=0.20.0,!=0.23.1", "jsonschema", "msgpack >=1.0.0", + "orjson", "pyyaml", - "typer", + "typer" ] # These are the requirements needed for basic server functionality. minimal-server = [