Skip to content

Commit

Permalink
Fixed grpcio extras to work as described in the docs (#3081)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonpirker committed May 17, 2024
1 parent 22df82d commit eed9d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def get_file_text(file_name):
"falcon": ["falcon>=1.4"],
"fastapi": ["fastapi>=0.79.0"],
"flask": ["flask>=0.11", "blinker>=1.1", "markupsafe"],
"grpcio": ["grpcio>=1.21.1"],
"grpcio": ["grpcio>=1.21.1", "protobuf>=3.8.0"],
"httpx": ["httpx>=0.16.0"],
"huey": ["huey>=2"],
"huggingface_hub": ["huggingface_hub>=0.22"],
Expand Down

0 comments on commit eed9d48

Please sign in to comment.