ruslanmv commited on
Commit
40084ac
·
1 Parent(s): 7f85aa8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -72
requirements.txt CHANGED
@@ -1,76 +1,6 @@
1
- aiohttp==3.8.1
2
- aiosignal==1.2.0
3
- analytics-python==1.4.0
4
- anyio==3.6.1
5
- async-timeout==4.0.2
6
- attrs==22.1.0
7
- backoff==1.10.0
8
- bcrypt==4.0.0
9
- certifi==2022.6.15
10
- cffi==1.15.1
11
- chardet==3.0.4
12
- charset-normalizer==2.1.1
13
- click==8.1.3
14
- cryptography==37.0.4
15
- cycler==0.11.0
16
- decorator==4.4.2
17
- fastapi==0.81.0
18
- ffmpy==0.3.0
19
- fonttools==4.37.1
20
- frozenlist==1.3.1
21
- fsspec==2022.8.2
22
- googletrans==3.1.0a0
23
  gradio==3.0.24
24
  gTTS==2.2.1
25
- h11==0.9.0
26
- h2==3.2.0
27
- hpack==3.0.0
28
- hstspreload==2022.9.1
29
- httpcore==0.9.1
30
- httpx==0.13.3
31
- hyperframe==5.2.0
32
- idna==2.10
33
- imageio==2.21.2
34
- imageio-ffmpeg==0.4.7
35
- Jinja2==3.1.2
36
- kiwisolver==1.4.4
37
- linkify-it-py==1.0.3
38
- markdown-it-py==2.1.0
39
- MarkupSafe==2.1.1
40
- matplotlib==3.5.3
41
- mdit-py-plugins==0.3.0
42
- mdurl==0.1.2
43
- monotonic==1.6
44
  moviepy==1.0.3
45
- multidict==6.0.2
46
- numpy==1.23.2
47
- orjson==3.8.0
48
- packaging==21.3
49
- pandas==1.4.4
50
- paramiko==2.11.0
51
- Pillow==9.2.0
52
- pip==22.2.2
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
 
1
+ pip==22.0.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  gradio==3.0.24
3
  gTTS==2.2.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  moviepy==1.0.3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  SpeechRecognition==3.8.1
6
+ googletrans==3.1.0a0