UI-VieNeu / pyproject.toml
HuuDatLego's picture
Upload folder using huggingface_hub
6376ca1 verified
raw
history blame contribute delete
451 Bytes
[project]
name = "ui-vieneu"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"celery>=5.6.3",
"fastapi>=0.136.0",
"faster-whisper>=1.2.1",
"ffmpeg-python>=0.2.0",
"jinja2>=3.1.6",
"pydantic>=2.13.2",
"python-dotenv>=1.2.2",
"python-multipart>=0.0.26",
"redis>=7.4.0",
"supabase>=2.28.3",
"uvicorn>=0.44.0",
"vieneu>=2.4.3",
]