siddhantuniyal commited on
Commit
9f4c26c
·
verified ·
1 Parent(s): 8768717

feat: update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +59 -53
requirements.txt CHANGED
@@ -1,53 +1,59 @@
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.1
6
- click==8.1.8
7
- colorama==0.4.6
8
- fastapi==0.115.6
9
- ffmpy==0.5.0
10
- filelock==3.16.1
11
- fsspec==2024.12.0
12
- gradio==5.9.1
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.27.0
18
- idna==3.10
19
- Jinja2==3.1.5
20
- markdown-it-py==3.0.0
21
- MarkupSafe==2.1.5
22
- mdurl==0.1.2
23
- numpy==2.2.1
24
- opencv-python==4.10.0.84
25
- orjson==3.10.12
26
- packaging==24.2
27
- pandas==2.2.3
28
- pillow==11.0.0
29
- pydantic==2.10.4
30
- pydantic_core==2.27.2
31
- pydub==0.25.1
32
- Pygments==2.18.0
33
- python-dateutil==2.9.0.post0
34
- python-multipart==0.0.20
35
- pytz==2024.2
36
- PyYAML==6.0.2
37
- requests==2.32.3
38
- rich==13.9.4
39
- ruff==0.8.4
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.3.0
52
- uvicorn==0.34.0
53
- websockets==14.1
 
 
 
 
 
 
 
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.1
6
+ click==8.1.8
7
+ decorator==5.1.1
8
+ exceptiongroup==1.2.2
9
+ fastapi==0.115.6
10
+ ffmpy==0.5.0
11
+ filelock==3.16.1
12
+ fsspec==2024.12.0
13
+ gradio==5.9.1
14
+ gradio_client==1.5.2
15
+ h11==0.14.0
16
+ httpcore==1.0.7
17
+ httpx==0.28.1
18
+ huggingface-hub==0.27.0
19
+ idna==3.10
20
+ imageio==2.36.1
21
+ imageio-ffmpeg==0.5.1
22
+ Jinja2==3.1.5
23
+ markdown-it-py==3.0.0
24
+ MarkupSafe==2.1.5
25
+ mdurl==0.1.2
26
+ moviepy==2.1.1
27
+ numpy==2.2.1
28
+ opencv-python==4.10.0.84
29
+ orjson==3.10.12
30
+ packaging==24.2
31
+ pandas==2.2.3
32
+ pillow==10.4.0
33
+ proglog==0.1.10
34
+ pydantic==2.10.4
35
+ pydantic_core==2.27.2
36
+ pydub==0.25.1
37
+ Pygments==2.18.0
38
+ python-dateutil==2.9.0.post0
39
+ python-dotenv==1.0.1
40
+ python-multipart==0.0.20
41
+ pytz==2024.2
42
+ PyYAML==6.0.2
43
+ requests==2.32.3
44
+ rich==13.9.4
45
+ ruff==0.8.4
46
+ safehttpx==0.1.6
47
+ semantic-version==2.10.0
48
+ shellingham==1.5.4
49
+ six==1.17.0
50
+ sniffio==1.3.1
51
+ starlette==0.41.3
52
+ tomlkit==0.13.2
53
+ tqdm==4.67.1
54
+ typer==0.15.1
55
+ typing_extensions==4.12.2
56
+ tzdata==2024.2
57
+ urllib3==2.3.0
58
+ uvicorn==0.34.0
59
+ websockets==14.1