codewithdark commited on
Commit
2d1a3bb
·
verified ·
1 Parent(s): 156fcb1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +53 -52
requirements.txt CHANGED
@@ -1,52 +1,53 @@
1
- aiohttp==3.9.5
2
- aiosignal==1.3.1
3
- annotated-types==0.7.0
4
- anyio==4.4.0
5
- attrs==23.2.0
6
- certifi==2024.7.4
7
- charset-normalizer==3.3.2
8
- Cython==3.0.10
9
- decorator==4.4.2
10
- distro==1.9.0
11
- dtw-python==1.5.1
12
- edge-tts==6.1.12
13
- filelock==3.14.0
14
- frozenlist==1.4.1
15
- fsspec==2024.6.0
16
- h11==0.14.0
17
- httpcore==1.0.5
18
- httpx==0.27.0
19
- idna==3.7
20
- imageio==2.34.1
21
- imageio-ffmpeg==0.5.1
22
- Jinja2==3.1.4
23
- llvmlite==0.42.0
24
- MarkupSafe==2.1.5
25
- more-itertools==10.2.0
26
- moviepy==1.0.3
27
- mpmath==1.3.0
28
- multidict==6.0.5
29
- networkx==3.3
30
- numba==0.59.1
31
- numpy==1.26.4
32
- openai==1.31.1
33
- openai-whisper==20231117
34
- pillow==10.3.0
35
- proglog==0.1.10
36
- pydantic==2.7.3
37
- pydantic_core==2.18.4
38
- regex==2024.5.15
39
- requests==2.32.3
40
- scipy==1.13.1
41
- sniffio==1.3.1
42
- sympy==1.12.1
43
- tiktoken==0.7.0
44
- torch==2.3.1
45
- tqdm==4.66.4
46
- typing_extensions==4.12.1
47
- urllib3==2.2.1
48
- whisper-timestamped==1.15.4
49
- yarl==1.9.4
50
- groq==0.11.0
51
- gradio
52
- pydub
 
 
1
+ aiohttp==3.9.5
2
+ aiosignal==1.3.1
3
+ annotated-types==0.7.0
4
+ anyio==4.4.0
5
+ attrs==23.2.0
6
+ certifi==2024.7.4
7
+ charset-normalizer==3.3.2
8
+ Cython==3.0.10
9
+ decorator==4.4.2
10
+ distro==1.9.0
11
+ dtw-python==1.5.1
12
+ edge-tts==6.1.12
13
+ filelock==3.14.0
14
+ frozenlist==1.4.1
15
+ fsspec==2024.6.0
16
+ h11==0.14.0
17
+ httpcore==1.0.5
18
+ httpx==0.27.0
19
+ idna==3.7
20
+ imageio==2.34.1
21
+ imageio-ffmpeg==0.5.1
22
+ Jinja2==3.1.4
23
+ llvmlite==0.42.0
24
+ MarkupSafe==2.1.5
25
+ more-itertools==10.2.0
26
+ moviepy==1.0.3
27
+ mpmath==1.3.0
28
+ multidict==6.0.5
29
+ networkx==3.3
30
+ numba==0.59.1
31
+ numpy==1.26.4
32
+ openai==1.31.1
33
+ openai-whisper==20231117
34
+ pillow==10.3.0
35
+ proglog==0.1.10
36
+ pydantic==2.7.3
37
+ pydantic_core==2.18.4
38
+ regex==2024.5.15
39
+ requests==2.32.3
40
+ scipy==1.13.1
41
+ sniffio==1.3.1
42
+ sympy==1.12.1
43
+ tiktoken==0.7.0
44
+ torch==2.3.1
45
+ tqdm==4.66.4
46
+ typing_extensions==4.12.1
47
+ urllib3==2.2.1
48
+ whisper-timestamped==1.15.4
49
+ yarl==1.9.4
50
+ groq==0.11.0
51
+ gradio
52
+ pydub
53
+ wand