Fix missing required dependencies

This commit is contained in:
Andrey Danilov
2024-05-13 00:18:45 +03:00
parent 31d1d8bb1a
commit 593b8d151f

View File

@@ -25,9 +25,9 @@ pydub = "^0.25.1"
click = "^8.1.7"
tensorboardx = "^2.6.2.2"
poethepoet = "^0.24.4"
uvicorn = {version = "^0.26.0", optional=true}
uvicorn = "^0.26.0"
fastapi = "^0.109.0"
python-multipart = {version = "^0.0.6", optional=true}
python-multipart = "^0.0.6"
numba = "0.59.0rc1"
[tool.poetry.extras]