Create requirement.txt
Browse files- requirement.txt +68 -0
requirement.txt
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==24.1.0
|
2 |
+
aiohappyeyeballs==2.6.1
|
3 |
+
aiohttp==3.12.13
|
4 |
+
aiosignal==1.3.2
|
5 |
+
annotated-types==0.7.0
|
6 |
+
anyio==4.9.0
|
7 |
+
attrs==25.3.0
|
8 |
+
certifi==2025.6.15
|
9 |
+
charset-normalizer==3.4.2
|
10 |
+
click==8.2.1
|
11 |
+
colorama==0.4.6
|
12 |
+
fastapi==0.115.13
|
13 |
+
ffmpy==0.6.0
|
14 |
+
filelock==3.18.0
|
15 |
+
frozenlist==1.7.0
|
16 |
+
fsspec==2025.5.1
|
17 |
+
gradio==5.34.2
|
18 |
+
gradio_client==1.10.3
|
19 |
+
groovy==0.1.2
|
20 |
+
h11==0.16.0
|
21 |
+
httpcore==1.0.9
|
22 |
+
httpx==0.28.1
|
23 |
+
httpx-sse==0.4.0
|
24 |
+
huggingface-hub==0.33.0
|
25 |
+
idna==3.10
|
26 |
+
Jinja2==3.1.6
|
27 |
+
markdown-it-py==3.0.0
|
28 |
+
MarkupSafe==3.0.2
|
29 |
+
mcp==1.9.3
|
30 |
+
mdurl==0.1.2
|
31 |
+
multidict==6.5.0
|
32 |
+
numpy==2.3.0
|
33 |
+
orjson==3.10.18
|
34 |
+
packaging==25.0
|
35 |
+
pandas==2.3.0
|
36 |
+
pillow==11.2.1
|
37 |
+
propcache==0.3.2
|
38 |
+
pydantic==2.11.7
|
39 |
+
pydantic-settings==2.9.1
|
40 |
+
pydantic_core==2.33.2
|
41 |
+
pydub==0.25.1
|
42 |
+
Pygments==2.19.1
|
43 |
+
python-dateutil==2.9.0.post0
|
44 |
+
python-dotenv==1.1.0
|
45 |
+
python-multipart==0.0.20
|
46 |
+
pytz==2025.2
|
47 |
+
PyYAML==6.0.2
|
48 |
+
requests==2.32.4
|
49 |
+
rich==14.0.0
|
50 |
+
ruff==0.12.0
|
51 |
+
safehttpx==0.1.6
|
52 |
+
semantic-version==2.10.0
|
53 |
+
shellingham==1.5.4
|
54 |
+
six==1.17.0
|
55 |
+
sniffio==1.3.1
|
56 |
+
sse-starlette==2.3.6
|
57 |
+
starlette==0.46.2
|
58 |
+
tomlkit==0.13.3
|
59 |
+
tqdm==4.67.1
|
60 |
+
typer==0.16.0
|
61 |
+
typing-inspection==0.4.1
|
62 |
+
typing_extensions==4.14.0
|
63 |
+
tzdata==2025.2
|
64 |
+
urllib3==2.5.0
|
65 |
+
uv==0.7.13
|
66 |
+
uvicorn==0.34.3
|
67 |
+
websockets==15.0.1
|
68 |
+
yarl==1.20.1
|