Spaces:
Configuration error
Configuration error
File size: 607 Bytes
e111d94 313814b e111d94 313814b 94c7543 cf23b08 94c7543 d0feed8 cf23b08 d0feed8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
[project]
name = "faster-whisper-server"
requires-python = ">=3.12,<3.13"
dependencies = [
"pydantic",
"fastapi",
"uvicorn",
"python-multipart",
"soundfile",
"pydantic-settings",
"numpy",
"faster-whisper",
"huggingface-hub",
"httpx-sse",
"httpx",
"gradio",
]
[project.optional-dependencies]
dev = ["ruff", "pytest", "pytest-xdist"]
other = ["youtube-dl@git+https://github.com/ytdl-org/youtube-dl.git", "openai", "aider-chat"]
[tool.ruff]
target-version = "py312"
[tool.pyright]
# typeCheckingMode = "strict"
pythonVersion = "3.12"
pythonPlatform = "Linux"
|