PodcastVox / pyproject.toml
Plat
init
3a09141
raw
history blame contribute delete
659 Bytes
[project]
name = "podcastvox-demo"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11,<3.12"
dependencies = [
"aiohttp>=3.12.6",
"aivis-speech-engine",
"fastapi>=0.115.12",
"gradio>=5.32.0",
"hf-transfer>=0.1.9",
"hf-xet>=1.1.2",
"litellm>=1.72.0",
"markitdown[pdf]>=0.1.2",
"onnxruntime>=1.22.0",
"pydantic>=2.11.5",
"pyopenjtalk-plus==0.4.1.post3",
"setuptools>=80.9.0",
"wheel>=0.45.1",
]
[dependency-groups]
dev = ["ruff>=0.11.12", "ty>=0.0.1a7"]
[tool.uv.sources]
aivis-speech-engine = { git = "https://github.com/p1atdev/AivisSpeech-Engine" }