Update requirements.txt

#2
Files changed (1) hide show
  1. requirements.txt +10 -70
requirements.txt CHANGED
@@ -1,70 +1,10 @@
1
- altair==4.2.2
2
- anyio==3.6.2
3
- attrs==23.1.0
4
- blinker==1.6.2
5
- cachetools==5.3.0
6
- certifi==2022.12.7
7
- charset-normalizer==3.1.0
8
- click==8.1.3
9
- decorator==5.1.1
10
- deepmultilingualpunctuation==1.0.1
11
- entrypoints==0.4
12
- fastapi==0.95.1
13
- filelock==3.12.0
14
- fsspec==2023.4.0
15
- gitdb==4.0.10
16
- GitPython==3.1.31
17
- gTTS==2.3.2
18
- h11==0.14.0
19
- huggingface-hub==0.14.1
20
- idna==3.4
21
- importlib-metadata==6.6.0
22
- Jinja2==3.1.2
23
- jsonschema==4.17.3
24
- markdown-it-py==2.2.0
25
- MarkupSafe==2.1.2
26
- mdurl==0.1.2
27
- mpmath==1.3.0
28
- networkx==3.1
29
- numpy==1.24.3
30
- packaging==23.1
31
- pandas==2.0.1
32
- Pillow==9.5.0
33
- protobuf==3.20.1
34
- pyarrow==12.0.0
35
- pydantic==1.10.7
36
- pydeck==0.8.1b0
37
- Pygments==2.15.1
38
- Pympler==1.0.1
39
- pyrsistent==0.19.3
40
- python-dateutil==2.8.2
41
- pytz==2023.3
42
- pytz-deprecation-shim==0.1.0.post0
43
- PyYAML==6.0
44
- regex==2023.5.5
45
- requests==2.30.0
46
- rich==13.3.5
47
- sentencepiece==0.1.99
48
- six==1.16.0
49
- smmap==5.0.0
50
- sniffio==1.3.0
51
- starlette==0.26.1
52
- streamlit==1.22.0
53
- sympy==1.11.1
54
- tenacity==8.2.2
55
- tokenizers==0.13.3
56
- toml==0.10.2
57
- toolz==0.12.0
58
- torch==2.0.0
59
- tornado==6.3.1
60
- tqdm==4.65.0
61
- transformers==4.28.1
62
- typing_extensions==4.5.0
63
- tzdata==2023.3
64
- tzlocal==4.3
65
- urllib3==2.0.2
66
- uvicorn==0.22.0
67
- validators==0.20.0
68
- watchdog==3.0.0
69
- youtube-transcript-api==0.6.0
70
- zipp==3.15.0
 
1
+ # requirements.txt
2
+ streamlit==1.29.0
3
+ youtube-transcript-api>=0.6.1
4
+ gTTS>=2.5.0
5
+ deepmultilingualpunctuation>=1.0.0
6
+ transformers>=4.35.0
7
+ torch>=2.0.0
8
+ accelerate>=0.25.0
9
+ sentencepiece>=0.1.99
10
+ protobuf>=3.20.0