Sayeem26s commited on
Commit
2424bc8
·
verified ·
1 Parent(s): 7074753

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +59 -60
requirements.txt CHANGED
@@ -1,60 +1,59 @@
1
- -i https://pypi.org/simple
2
- aiofiles==23.2.1; python_version >= '3.7'
3
- annotated-types==0.7.0; python_version >= '3.8'
4
- anyio==4.8.0; python_version >= '3.9'
5
- certifi==2024.12.14; python_version >= '3.6'
6
- charset-normalizer==3.4.1; python_version >= '3.7'
7
- click==8.1.8; python_version >= '3.7'
8
- distro==1.9.0; python_version >= '3.6'
9
- elevenlabs==1.50.3; python_version >= '3.8' and python_version < '4.0'
10
- fastapi==0.115.6; python_version >= '3.8'
11
- ffmpy==0.5.0; python_version >= '3.8' and python_version < '4.0'
12
- filelock==3.16.1; python_version >= '3.8'
13
- fsspec==2024.12.0; python_version >= '3.8'
14
- gradio==5.12.0; python_version >= '3.10'
15
- gradio-client==1.5.4; python_version >= '3.10'
16
- groq==0.15.0; python_version >= '3.8'
17
- gtts==2.5.4; python_version >= '3.7'
18
- h11==0.14.0; python_version >= '3.7'
19
- httpcore==1.0.7; python_version >= '3.8'
20
- httpx==0.28.1; python_version >= '3.8'
21
- huggingface-hub==0.27.1; python_full_version >= '3.8.0'
22
- idna==3.10; python_version >= '3.6'
23
- jinja2==3.1.5; python_version >= '3.7'
24
- markdown-it-py==3.0.0; python_version >= '3.8'
25
- markupsafe==2.1.5; python_version >= '3.7'
26
- mdurl==0.1.2; python_version >= '3.7'
27
- numpy==2.2.1; python_version >= '3.10'
28
- orjson==3.10.14; python_version >= '3.8'
29
- packaging==24.2; python_version >= '3.8'
30
- pandas==2.2.3; python_version >= '3.9'
31
- pillow==11.1.0; python_version >= '3.9'
32
- pyaudio==0.2.14
33
- pydantic==2.10.5; python_version >= '3.8'
34
- pydantic-core==2.27.2; python_version >= '3.8'
35
- pydub==0.25.1
36
- pygments==2.19.1; python_version >= '3.8'
37
- python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
38
- python-multipart==0.0.20; python_version >= '3.8'
39
- pytz==2024.2
40
- pyyaml==6.0.2; python_version >= '3.8'
41
- requests==2.32.3; python_version >= '3.8'
42
- rich==13.9.4; python_full_version >= '3.8.0'
43
- ruff==0.9.1; sys_platform != 'emscripten'
44
- safehttpx==0.1.6; python_version >= '3.10'
45
- semantic-version==2.10.0; python_version >= '2.7'
46
- shellingham==1.5.4; python_version >= '3.7'
47
- six==1.17.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
48
- sniffio==1.3.1; python_version >= '3.7'
49
- speechrecognition==3.13.0; python_version >= '3.9'
50
- starlette==0.41.3; sys_platform != 'emscripten'
51
- tomlkit==0.13.2; python_version >= '3.8'
52
- tqdm==4.67.1; python_version >= '3.7'
53
- typer==0.15.1; sys_platform != 'emscripten'
54
- typing-extensions==4.12.2; python_version >= '3.8'
55
- tzdata==2024.2; python_version >= '2'
56
- urllib3==2.3.0; python_version >= '3.9'
57
- uvicorn==0.34.0; sys_platform != 'emscripten'
58
- websockets==14.1; python_version >= '3.9'
59
- python-dotenv
60
-
 
1
+ -i https://pypi.org/simple
2
+ aiofiles==23.2.1; python_version >= '3.7'
3
+ annotated-types==0.7.0; python_version >= '3.8'
4
+ anyio==4.8.0; python_version >= '3.9'
5
+ certifi==2024.12.14; python_version >= '3.6'
6
+ charset-normalizer==3.4.1; python_version >= '3.7'
7
+ click==8.1.8; python_version >= '3.7'
8
+ distro==1.9.0; python_version >= '3.6'
9
+ elevenlabs==1.50.3; python_version >= '3.8' and python_version < '4.0'
10
+ fastapi==0.115.6; python_version >= '3.8'
11
+ ffmpy==0.5.0; python_version >= '3.8' and python_version < '4.0'
12
+ filelock==3.16.1; python_version >= '3.8'
13
+ fsspec==2024.12.0; python_version >= '3.8'
14
+ gradio==5.12.0; python_version >= '3.10'
15
+ gradio-client==1.5.4; python_version >= '3.10'
16
+ groq==0.15.0; python_version >= '3.8'
17
+ gtts==2.5.4; python_version >= '3.7'
18
+ h11==0.14.0; python_version >= '3.7'
19
+ httpcore==1.0.7; python_version >= '3.8'
20
+ httpx==0.28.1; python_version >= '3.8'
21
+ huggingface-hub==0.27.1; python_full_version >= '3.8.0'
22
+ idna==3.10; python_version >= '3.6'
23
+ jinja2==3.1.5; python_version >= '3.7'
24
+ markdown-it-py==3.0.0; python_version >= '3.8'
25
+ markupsafe==2.1.5; python_version >= '3.7'
26
+ mdurl==0.1.2; python_version >= '3.7'
27
+ numpy==2.2.1; python_version >= '3.10'
28
+ orjson==3.10.14; python_version >= '3.8'
29
+ packaging==24.2; python_version >= '3.8'
30
+ pandas==2.2.3; python_version >= '3.9'
31
+ pillow==11.1.0; python_version >= '3.9'
32
+ pydantic==2.10.5; python_version >= '3.8'
33
+ pydantic-core==2.27.2; python_version >= '3.8'
34
+ pydub==0.25.1
35
+ pygments==2.19.1; python_version >= '3.8'
36
+ python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
37
+ python-multipart==0.0.20; python_version >= '3.8'
38
+ pytz==2024.2
39
+ pyyaml==6.0.2; python_version >= '3.8'
40
+ requests==2.32.3; python_version >= '3.8'
41
+ rich==13.9.4; python_full_version >= '3.8.0'
42
+ ruff==0.9.1; sys_platform != 'emscripten'
43
+ safehttpx==0.1.6; python_version >= '3.10'
44
+ semantic-version==2.10.0; python_version >= '2.7'
45
+ shellingham==1.5.4; python_version >= '3.7'
46
+ six==1.17.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
47
+ sniffio==1.3.1; python_version >= '3.7'
48
+ speechrecognition==3.13.0; python_version >= '3.9'
49
+ starlette==0.41.3; sys_platform != 'emscripten'
50
+ tomlkit==0.13.2; python_version >= '3.8'
51
+ tqdm==4.67.1; python_version >= '3.7'
52
+ typer==0.15.1; sys_platform != 'emscripten'
53
+ typing-extensions==4.12.2; python_version >= '3.8'
54
+ tzdata==2024.2; python_version >= '2'
55
+ urllib3==2.3.0; python_version >= '3.9'
56
+ uvicorn==0.34.0; sys_platform != 'emscripten'
57
+ websockets==14.1; python_version >= '3.9'
58
+ python-dotenv
59
+