Fix missing required dependencies
This commit is contained in:
@@ -25,9 +25,9 @@ pydub = "^0.25.1"
|
|||||||
click = "^8.1.7"
|
click = "^8.1.7"
|
||||||
tensorboardx = "^2.6.2.2"
|
tensorboardx = "^2.6.2.2"
|
||||||
poethepoet = "^0.24.4"
|
poethepoet = "^0.24.4"
|
||||||
uvicorn = {version = "^0.26.0", optional=true}
|
uvicorn = "^0.26.0"
|
||||||
fastapi = "^0.109.0"
|
fastapi = "^0.109.0"
|
||||||
python-multipart = {version = "^0.0.6", optional=true}
|
python-multipart = "^0.0.6"
|
||||||
numba = "0.59.0rc1"
|
numba = "0.59.0rc1"
|
||||||
|
|
||||||
[tool.poetry.extras]
|
[tool.poetry.extras]
|
||||||
|
|||||||
Reference in New Issue
Block a user