Bayhaqy commited on
Commit
c4e2631
1 Parent(s): 6d4fa29

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -19
requirements.txt CHANGED
@@ -1,20 +1,15 @@
1
- streamlit-aggrid
2
- beautifulsoup4
3
- chardet==5.2.0
4
- charset-normalizer
5
- deep-translator==1.11.4
6
- gnews==0.3.1
7
- langdetect==1.0.9
8
- newspaper3k==0.2.8
9
- nltk==3.8.1
10
- plotly==5.15.0
11
- requests==2.26.0
12
- sacremoses==0.0.53
13
  streamlit
14
- streamlit-pandas-profiling==0.1.3
15
- textblob==0.17.1
16
- torch==2.0.1
17
- transformers==4.34.0
18
- urllib3
19
- vaderSentiment==3.3.2
20
- ydata-profiling==4.6.0
 
1
+ deep-translator
2
+ gnews
3
+ langdetect
4
+ newspaper3k
5
+ nltk
6
+ plotly
7
+ sacremoses
 
 
 
 
 
8
  streamlit
9
+ streamlit-aggrid
10
+ streamlit-pandas-profiling
11
+ textblob
12
+ torch
13
+ transformers
14
+ vaderSentiment
15
+ ydata-profiling