yichao commited on
Commit
e14d960
·
verified ·
1 Parent(s): 3dc6060

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +53 -3
requirements.txt CHANGED
@@ -1,3 +1,53 @@
1
- gradio
2
- fastapi
3
- uvicorn
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ annotated-types==0.7.0
3
+ anyio==4.7.0
4
+ certifi==2024.12.14
5
+ charset-normalizer==3.4.0
6
+ click==8.1.7
7
+ exceptiongroup==1.2.2
8
+ fastapi==0.115.6
9
+ ffmpy==0.4.0
10
+ filelock==3.16.1
11
+ fsspec==2024.10.0
12
+ gradio==5.9.0
13
+ gradio_client==1.5.2
14
+ h11==0.14.0
15
+ httpcore==1.0.7
16
+ httpx==0.28.1
17
+ huggingface-hub==0.26.5
18
+ idna==3.10
19
+ javascript==1!1.2.1
20
+ Jinja2==3.1.4
21
+ markdown-it-py==3.0.0
22
+ MarkupSafe==2.1.5
23
+ mdurl==0.1.2
24
+ numpy==2.2.0
25
+ orjson==3.10.12
26
+ packaging==24.2
27
+ pandas==2.2.3
28
+ pillow==11.0.0
29
+ pydantic==2.10.3
30
+ pydantic_core==2.27.1
31
+ pydub==0.25.1
32
+ Pygments==2.18.0
33
+ python-dateutil==2.9.0.post0
34
+ python-multipart==0.0.19
35
+ pytz==2024.2
36
+ PyYAML==6.0.2
37
+ requests==2.32.3
38
+ rich==13.9.4
39
+ ruff==0.8.3
40
+ safehttpx==0.1.6
41
+ semantic-version==2.10.0
42
+ shellingham==1.5.4
43
+ six==1.17.0
44
+ sniffio==1.3.1
45
+ starlette==0.41.3
46
+ tomlkit==0.13.2
47
+ tqdm==4.67.1
48
+ typer==0.15.1
49
+ typing_extensions==4.12.2
50
+ tzdata==2024.2
51
+ urllib3==2.2.3
52
+ uvicorn==0.33.0
53
+ websockets==14.1