STT / pyproject.toml
utkarshshukla2912's picture
formated looks
3361f15
raw
history blame contribute delete
241 Bytes
[project]
name = "stt"
version = "0.1.0"
requires-python = ">=3.10"
dependencies = [
"gradio==5.49.1",
"gradio-client==1.13.3",
"huggingface-hub==1.0.1",
"pandas==2.3.3",
"python-dotenv>=1.2.1",
"requests==2.32.5",
]