Create requirements.txt
Browse files- requirements.txt +35 -0
requirements.txt
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi==0.115.0
|
| 2 |
+
starlette==0.37.2
|
| 3 |
+
uvicorn==0.49.0
|
| 4 |
+
python-multipart==0.0.32
|
| 5 |
+
|
| 6 |
+
gradio==4.44.1
|
| 7 |
+
gradio-client==1.3.0
|
| 8 |
+
|
| 9 |
+
pydantic==2.9.2
|
| 10 |
+
huggingface_hub==0.25.2
|
| 11 |
+
|
| 12 |
+
httpx==0.28.1
|
| 13 |
+
requests
|
| 14 |
+
|
| 15 |
+
pillow==10.4.0
|
| 16 |
+
numpy
|
| 17 |
+
|
| 18 |
+
onnxruntime==1.27.0
|
| 19 |
+
faster-whisper==1.2.1
|
| 20 |
+
edge-tts==7.2.8
|
| 21 |
+
|
| 22 |
+
aiofiles==23.2.1
|
| 23 |
+
ffmpy==1.0.0
|
| 24 |
+
importlib-resources==6.5.2
|
| 25 |
+
jinja2==3.1.6
|
| 26 |
+
markupsafe==2.1.5
|
| 27 |
+
matplotlib==3.11.0
|
| 28 |
+
orjson==3.11.9
|
| 29 |
+
pandas==2.3.3
|
| 30 |
+
pydub==0.25.1
|
| 31 |
+
semantic-version==2.10.0
|
| 32 |
+
tomlkit==0.12.0
|
| 33 |
+
typer==0.26.7
|
| 34 |
+
websockets==12.0
|
| 35 |
+
ruff>=0.2.2
|