Skip to content

Commit

Permalink
added gunicorn dependency in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sowmyasris committed Jul 31, 2024
1 parent 69795a1 commit 488d9f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ requires-python = '>=3.8,<3.13'
dependencies = [
"requests",
"urllib3>=1.26.4",
"gunicorn>=20.0.4,<21.0.0",
"minio",
"grpcio~=1.60.0",
"grpcio-tools~=1.60.0",
Expand Down

0 comments on commit 488d9f2

Please sign in to comment.