Skip to content

Commit

Permalink
Fix orjson client requirements (issue #636) πŸ“¦ (#639)
Browse files Browse the repository at this point in the history
* Add orjson package to client & client-minimal πŸ“¦

* πŸ”  Sort packages alphabetically
  • Loading branch information
Kezzsim authored Jan 23, 2024
1 parent 97ad75b commit fca4330
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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 = [
Expand Down

0 comments on commit fca4330

Please sign in to comment.