eito2002 commited on
Commit
3935f5e
·
1 Parent(s): 4b63477

Add requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +57 -0
requirements.txt ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ annotated-types==0.7.0
3
+ anyio==4.7.0
4
+ audioop-lts==0.2.1
5
+ black==24.10.0
6
+ certifi==2024.8.30
7
+ charset-normalizer==3.4.0
8
+ click==8.1.7
9
+ fastapi==0.115.6
10
+ ffmpy==0.4.0
11
+ filelock==3.16.1
12
+ fsspec==2024.10.0
13
+ gradio==5.8.0
14
+ gradio_client==1.5.1
15
+ h11==0.14.0
16
+ httpcore==1.0.7
17
+ httpx==0.28.1
18
+ huggingface-hub==0.26.5
19
+ idna==3.10
20
+ isort==5.13.2
21
+ Jinja2==3.1.4
22
+ markdown-it-py==3.0.0
23
+ MarkupSafe==2.1.5
24
+ mdurl==0.1.2
25
+ mypy-extensions==1.0.0
26
+ numpy==2.2.0
27
+ orjson==3.10.12
28
+ packaging==24.2
29
+ pandas==2.2.3
30
+ pathspec==0.12.1
31
+ pillow==11.0.0
32
+ platformdirs==4.3.6
33
+ pydantic==2.10.3
34
+ pydantic_core==2.27.1
35
+ pydub==0.25.1
36
+ Pygments==2.18.0
37
+ python-dateutil==2.9.0.post0
38
+ python-multipart==0.0.19
39
+ pytz==2024.2
40
+ PyYAML==6.0.2
41
+ requests==2.32.3
42
+ rich==13.9.4
43
+ ruff==0.8.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.41.3
50
+ tomlkit==0.13.2
51
+ tqdm==4.67.1
52
+ typer==0.15.1
53
+ typing_extensions==4.12.2
54
+ tzdata==2024.2
55
+ urllib3==2.2.3
56
+ uvicorn==0.32.1
57
+ websockets==14.1