diff --git a/pyproject.toml b/pyproject.toml index 86be1cc..e1b8a52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]