Skip to content

Commit

Permalink
Add rich dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielballan committed Feb 8, 2024
1 parent 06aba94 commit 7a29b1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ all = [
"python-jose[cryptography]",
"python-multipart",
"pyyaml",
"rich",
"sparse",
"sqlalchemy[asyncio] >=2",
"starlette",
Expand Down Expand Up @@ -120,6 +121,7 @@ client = [
"pandas",
"pyarrow",
"pyyaml",
"rich",
"sparse",
"typer",
"xarray",
Expand Down Expand Up @@ -177,6 +179,7 @@ minimal-client = [
"msgpack >=1.0.0",
"orjson",
"pyyaml",
"rich",
"typer"
]
# These are the requirements needed for basic server functionality.
Expand Down

0 comments on commit 7a29b1b

Please sign in to comment.