mirror of
https://github.com/ahmetoner/whisper-asr-webservice.git
synced 2023-04-14 03:48:29 +03:00
Update python version (3.11) and whisper (7858aa9)
This commit is contained in:
1451
poetry.lock
generated
1451
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -12,11 +12,11 @@ readme = "README.md"
|
||||
packages = [{ include = "app" }]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
python = "^3.11"
|
||||
unidecode = "^1.3.4"
|
||||
uvicorn = { extras = ["standard"], version = "^0.18.2" }
|
||||
gunicorn = "^20.1.0"
|
||||
whisper = {git = "https://github.com/openai/whisper.git", rev="b9265e5796f5d80c18d1f9231ab234225676780b"}
|
||||
openai-whisper = {git = "https://github.com/openai/whisper.git", rev="7858aa9c08d98f75575035ecd6481f462d66ca27"}
|
||||
tqdm = "^4.64.1"
|
||||
transformers = "^4.22.1"
|
||||
python-multipart = "^0.0.5"
|
||||
|
||||
Reference in New Issue
Block a user