ruslanmv commited on
Commit
0ada663
·
1 Parent(s): fcc924c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +74 -5
requirements.txt CHANGED
@@ -1,7 +1,76 @@
1
  pip==22.2.2
2
- httpx==0.13.3
3
- gradio
4
- gTTS
5
- moviepy
6
- SpeechRecognition
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  googletrans==4.0.0rc1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  pip==22.2.2
2
+ aiohttp==3.8.1
3
+ aiosignal==1.2.0
4
+ analytics-python==1.4.0
5
+ anyio==3.6.1
6
+ async-timeout==4.0.2
7
+ attrs==22.1.0
8
+ backoff==1.10.0
9
+ bcrypt==4.0.0
10
+ certifi==2022.6.15
11
+ cffi==1.15.1
12
+ chardet==3.0.4
13
+ charset-normalizer==2.1.1
14
+ click==8.1.3
15
+ cryptography==37.0.4
16
+ cycler==0.11.0
17
+ decorator==4.4.2
18
+ fastapi==0.81.0
19
+ ffmpy==0.3.0
20
+ fonttools==4.37.1
21
+ frozenlist==1.3.1
22
+ fsspec==2022.8.2
23
  googletrans==4.0.0rc1
24
+ gradio==3.0.24
25
+ gTTS==2.2.1
26
+ h11==0.9.0
27
+ h2==3.2.0
28
+ hpack==3.0.0
29
+ hstspreload==2022.9.1
30
+ httpcore==0.9.1
31
+ httpx==0.13.3
32
+ hyperframe==5.2.0
33
+ idna==2.10
34
+ imageio==2.21.2
35
+ imageio-ffmpeg==0.4.7
36
+ Jinja2==3.1.2
37
+ kiwisolver==1.4.4
38
+ linkify-it-py==1.0.3
39
+ markdown-it-py==2.1.0
40
+ MarkupSafe==2.1.1
41
+ matplotlib==3.5.3
42
+ mdit-py-plugins==0.3.0
43
+ mdurl==0.1.2
44
+ monotonic==1.6
45
+ moviepy==1.0.3
46
+ multidict==6.0.2
47
+ numpy==1.23.2
48
+ orjson==3.8.0
49
+ packaging==21.3
50
+ pandas==1.4.4
51
+ paramiko==2.11.0
52
+ Pillow==9.2.0
53
+ proglog==0.1.10
54
+ pycparser==2.21
55
+ pycryptodome==3.15.0
56
+ pydantic==1.10.1
57
+ pydub==0.25.1
58
+ PyNaCl==1.5.0
59
+ pyparsing==3.0.9
60
+ python-dateutil==2.8.2
61
+ python-multipart==0.0.5
62
+ pytz==2022.2.1
63
+ requests==2.28.1
64
+ rfc3986==1.5.0
65
+ setuptools==65.3.0
66
+ six==1.16.0
67
+ sniffio==1.3.0
68
+ SpeechRecognition==3.8.1
69
+ starlette==0.19.1
70
+ tqdm==4.64.0
71
+ typing_extensions==4.3.0
72
+ uc-micro-py==1.0.1
73
+ urllib3==1.26.12
74
+ uvicorn==0.18.3
75
+ wheel==0.37.1
76
+ yarl==1.8.1