shubhamagr24 commited on
Commit
1232403
·
1 Parent(s): e7d9abc

added requirements.txt for HF Space compatability

Browse files
Files changed (1) hide show
  1. requirements.txt +63 -0
requirements.txt ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==24.1.0
2
+ annotated-types==0.7.0
3
+ anyio==4.9.0
4
+ certifi==2025.4.26
5
+ charset-normalizer==3.4.2
6
+ click==8.2.1
7
+ fastapi==0.115.12
8
+ ffmpy==0.5.0
9
+ filelock==3.18.0
10
+ fsspec==2025.5.1
11
+ gradio==5.32.0
12
+ gradio-client==1.10.2
13
+ groovy==0.1.2
14
+ h11==0.16.0
15
+ hf-xet==1.1.2
16
+ httpcore==1.0.9
17
+ httpx==0.28.1
18
+ httpx-sse==0.4.0
19
+ huggingface-hub==0.32.3
20
+ idna==3.10
21
+ jinja2==3.1.6
22
+ joblib==1.5.1
23
+ markdown-it-py==3.0.0
24
+ markupsafe==3.0.2
25
+ mcp==1.9.0
26
+ mdurl==0.1.2
27
+ nltk==3.9.1
28
+ numpy==2.2.6
29
+ orjson==3.10.18
30
+ packaging==25.0
31
+ pandas==2.2.3
32
+ pillow==11.2.1
33
+ pydantic==2.11.5
34
+ pydantic-core==2.33.2
35
+ pydantic-settings==2.9.1
36
+ pydub==0.25.1
37
+ pygments==2.19.1
38
+ python-dateutil==2.9.0.post0
39
+ python-dotenv==1.1.0
40
+ python-multipart==0.0.20
41
+ pytz==2025.2
42
+ pyyaml==6.0.2
43
+ regex==2024.11.6
44
+ requests==2.32.3
45
+ rich==14.0.0
46
+ ruff==0.11.12
47
+ safehttpx==0.1.6
48
+ semantic-version==2.10.0
49
+ shellingham==1.5.4
50
+ six==1.17.0
51
+ sniffio==1.3.1
52
+ sse-starlette==2.3.6
53
+ starlette==0.46.2
54
+ textblob==0.19.0
55
+ tomlkit==0.13.2
56
+ tqdm==4.67.1
57
+ typer==0.16.0
58
+ typing-extensions==4.13.2
59
+ typing-inspection==0.4.1
60
+ tzdata==2025.2
61
+ urllib3==2.4.0
62
+ uvicorn==0.34.3
63
+ websockets==15.0.1