echodrift commited on
Commit
1f8176d
·
1 Parent(s): 60ba1ca

build: update dependencies

Browse files
Files changed (1) hide show
  1. requirements.txt +61 -3
requirements.txt CHANGED
@@ -1,3 +1,61 @@
1
- gradio
2
- requests
3
- gradio[oauth]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==24.1.0
2
+ annotated-types==0.7.0
3
+ anyio==4.9.0
4
+ audioop-lts==0.2.1
5
+ Authlib==1.6.0
6
+ certifi==2025.4.26
7
+ cffi==1.17.1
8
+ charset-normalizer==3.4.2
9
+ click==8.1.8
10
+ colorama==0.4.6
11
+ cryptography==45.0.2
12
+ fastapi==0.115.12
13
+ ffmpy==0.5.0
14
+ filelock==3.18.0
15
+ fsspec==2025.5.1
16
+ gradio==5.31.0
17
+ gradio_client==1.10.1
18
+ groovy==0.1.2
19
+ h11==0.16.0
20
+ httpcore==1.0.9
21
+ httpx==0.28.1
22
+ huggingface-hub==0.32.0
23
+ idna==3.10
24
+ itsdangerous==2.2.0
25
+ Jinja2==3.1.6
26
+ markdown-it-py==3.0.0
27
+ MarkupSafe==3.0.2
28
+ mdurl==0.1.2
29
+ numpy==2.2.6
30
+ orjson==3.10.18
31
+ packaging==25.0
32
+ pandas==2.2.3
33
+ pillow==11.2.1
34
+ pip==25.1.1
35
+ pycparser==2.22
36
+ pydantic==2.11.5
37
+ pydantic_core==2.33.2
38
+ pydub==0.25.1
39
+ Pygments==2.19.1
40
+ python-dateutil==2.9.0.post0
41
+ python-multipart==0.0.20
42
+ pytz==2025.2
43
+ PyYAML==6.0.2
44
+ requests==2.32.3
45
+ rich==14.0.0
46
+ ruff==0.11.11
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
+ starlette==0.46.2
53
+ tomlkit==0.13.2
54
+ tqdm==4.67.1
55
+ typer==0.15.4
56
+ typing_extensions==4.13.2
57
+ typing-inspection==0.4.1
58
+ tzdata==2025.2
59
+ urllib3==2.4.0
60
+ uvicorn==0.34.2
61
+ websockets==15.0.1