Skip to content

Commit

Permalink
add missing gunicorn module
Browse files Browse the repository at this point in the history
  • Loading branch information
evq committed Sep 11, 2024
1 parent 67a4ba5 commit 156d59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
description = "brave stt service"
readme = "README.md"

dependencies = ["accelerate", "aiofiles", "asyncio", "ctranslate2==3.23.0", "fastapi", "faster_whisper", "huggingface_hub", "msgspec", "pydantic", "pydantic-settings", "six", "torch", "transformers", "uvicorn", "scipy"]
dependencies = ["accelerate", "aiofiles", "asyncio", "ctranslate2==3.23.0", "fastapi", "faster_whisper", "gunicorn", "huggingface_hub", "msgspec", "pydantic", "pydantic-settings", "six", "torch", "transformers", "uvicorn", "scipy"]

[project.optional-dependencies]
dev = ["black", "pylint"]
Expand Down

0 comments on commit 156d59d

Please sign in to comment.