dammi19 commited on
Commit
c6a8025
·
1 Parent(s): 5346135

Add requirements to requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +57 -1
requirements.txt CHANGED
@@ -1 +1,57 @@
1
- huggingface_hub==0.25.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ annotated-types==0.7.0
3
+ anyio==4.9.0
4
+ audioop-lts==0.2.1
5
+ certifi==2025.1.31
6
+ charset-normalizer==3.4.1
7
+ click==8.1.8
8
+ distro==1.9.0
9
+ fastapi==0.115.12
10
+ ffmpy==0.5.0
11
+ filelock==3.18.0
12
+ fsspec==2025.3.0
13
+ gradio==5.23.1
14
+ gradio_client==1.8.0
15
+ groovy==0.1.2
16
+ h11==0.14.0
17
+ httpcore==1.0.7
18
+ httpx==0.28.1
19
+ huggingface-hub==0.29.3
20
+ idna==3.10
21
+ Jinja2==3.1.6
22
+ jiter==0.9.0
23
+ markdown-it-py==3.0.0
24
+ MarkupSafe==3.0.2
25
+ mdurl==0.1.2
26
+ numpy==2.2.4
27
+ openai==1.68.2
28
+ orjson==3.10.16
29
+ packaging==24.2
30
+ pandas==2.2.3
31
+ pillow==11.1.0
32
+ pydantic==2.10.6
33
+ pydantic_core==2.27.2
34
+ pydub==0.25.1
35
+ Pygments==2.19.1
36
+ python-dateutil==2.9.0.post0
37
+ python-dotenv==1.1.0
38
+ python-multipart==0.0.20
39
+ pytz==2025.2
40
+ PyYAML==6.0.2
41
+ requests==2.32.3
42
+ rich==13.9.4
43
+ ruff==0.11.2
44
+ safehttpx==0.1.6
45
+ semantic-version==2.10.0
46
+ shellingham==1.5.4
47
+ six==1.17.0
48
+ sniffio==1.3.1
49
+ starlette==0.46.1
50
+ tomlkit==0.13.2
51
+ tqdm==4.67.1
52
+ typer==0.15.2
53
+ typing_extensions==4.13.0
54
+ tzdata==2025.2
55
+ urllib3==2.3.0
56
+ uvicorn==0.34.0
57
+ websockets==15.0.1