Hatman commited on
Commit
567e54b
·
verified ·
1 Parent(s): 12736b7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +59 -5
requirements.txt CHANGED
@@ -1,5 +1,59 @@
1
- Pillow
2
- boto3
3
- python-dotenv
4
- gradio
5
- requests
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ annotated-types==0.7.0
3
+ anyio==4.9.0
4
+ boto3==1.37.23
5
+ botocore==1.37.23
6
+ certifi==2025.1.31
7
+ charset-normalizer==3.4.1
8
+ click==8.1.8
9
+ colorama==0.4.6
10
+ fastapi==0.115.12
11
+ ffmpy==0.5.0
12
+ filelock==3.18.0
13
+ fsspec==2025.3.0
14
+ gradio==5.23.1
15
+ gradio_client==1.8.0
16
+ groovy==0.1.2
17
+ h11==0.14.0
18
+ httpcore==1.0.7
19
+ httpx==0.28.1
20
+ huggingface-hub==0.29.3
21
+ idna==3.10
22
+ Jinja2==3.1.6
23
+ jmespath==1.0.1
24
+ markdown-it-py==3.0.0
25
+ MarkupSafe==3.0.2
26
+ mdurl==0.1.2
27
+ numpy==2.2.4
28
+ orjson==3.10.16
29
+ packaging==24.2
30
+ pandas==2.2.3
31
+ pillow==11.1.0
32
+ pydantic==2.11.0
33
+ pydantic_core==2.33.0
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
+ s3transfer==0.11.4
45
+ safehttpx==0.1.6
46
+ semantic-version==2.10.0
47
+ shellingham==1.5.4
48
+ six==1.17.0
49
+ sniffio==1.3.1
50
+ starlette==0.46.1
51
+ tomlkit==0.13.2
52
+ tqdm==4.67.1
53
+ typer==0.15.2
54
+ typing-inspection==0.4.0
55
+ typing_extensions==4.13.0
56
+ tzdata==2025.2
57
+ urllib3==2.3.0
58
+ uvicorn==0.34.0
59
+ websockets==15.0.1