Update python version (3.11) and whisper (7858aa9)

This commit is contained in:
Ahmet Öner
2023-02-04 21:39:16 +01:00
parent d344302061
commit 2588cb1512
2 changed files with 831 additions and 624 deletions

1451
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -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"