yaz23 commited on
Commit
67f6b32
·
1 Parent(s): 7802d18

requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +56 -0
requirements.txt CHANGED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==24.1.0
2
+ annotated-types==0.7.0
3
+ anyio==4.11.0
4
+ Brotli==1.1.0
5
+ certifi==2025.8.3
6
+ charset-normalizer==3.4.3
7
+ click==8.3.0
8
+ exceptiongroup==1.3.0
9
+ fastapi==0.118.0
10
+ ffmpy==0.6.1
11
+ filelock==3.19.1
12
+ fsspec==2025.9.0
13
+ gradio==5.47.2
14
+ gradio_client==1.13.3
15
+ groovy==0.1.2
16
+ h11==0.16.0
17
+ hf-xet==1.1.10
18
+ httpcore==1.0.9
19
+ httpx==0.28.1
20
+ huggingface-hub==0.35.3
21
+ idna==3.10
22
+ Jinja2==3.1.6
23
+ markdown-it-py==4.0.0
24
+ MarkupSafe==3.0.3
25
+ mdurl==0.1.2
26
+ numpy==2.2.6
27
+ orjson==3.11.3
28
+ packaging==25.0
29
+ pandas==2.3.3
30
+ pillow==11.3.0
31
+ pydantic==2.11.9
32
+ pydantic_core==2.33.2
33
+ pydub==0.25.1
34
+ Pygments==2.19.2
35
+ python-dateutil==2.9.0.post0
36
+ python-multipart==0.0.20
37
+ pytz==2025.2
38
+ PyYAML==6.0.3
39
+ requests==2.32.5
40
+ rich==14.1.0
41
+ ruff==0.13.2
42
+ safehttpx==0.1.6
43
+ semantic-version==2.10.0
44
+ shellingham==1.5.4
45
+ six==1.17.0
46
+ sniffio==1.3.1
47
+ starlette==0.48.0
48
+ tomlkit==0.13.3
49
+ tqdm==4.67.1
50
+ typer==0.19.2
51
+ typing-inspection==0.4.1
52
+ typing_extensions==4.15.0
53
+ tzdata==2025.2
54
+ urllib3==2.5.0
55
+ uvicorn==0.37.0
56
+ websockets==15.0.1