faster-whisper-server / pyproject.toml
Fedir Zadniprovskyi
deps: add httpx-sse dev
8900179
raw
history blame
758 Bytes
[tool.poetry]
package-mode = false
[tool.poetry.dependencies] # main dependency group
python = "^3.12"
pydantic = "^2.7.1"
fastapi = "^0.111.0"
uvicorn = "^0.29.0"
python-multipart = "^0.0.9"
soundfile = "^0.12.1"
pydantic-settings = "^2.2.1"
websockets = "^12.0"
numpy = "^1.26.4"
faster-whisper = "^1.0.2"
huggingface-hub = "^0.23.2"
[tool.poetry.group.dev.dependencies]
pytest = "^8.2.0"
httpx = "^0.27.0"
pytest-xdist = "^3.6.1"
youtube-dl = {git = "https://github.com/ytdl-org/youtube-dl.git"}
openai = "^1.30.3"
httpx-sse = "^0.4.0"
[tool.ruff]
target-version = "py312"
[tool.pyright]
# typeCheckingMode = "strict"
pythonVersion = "3.12"
pythonPlatform = "Linux"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"