Update requirements.txt
Browse files- requirements.txt +14 -19
requirements.txt
CHANGED
@@ -1,20 +1,15 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
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-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
vaderSentiment
|
20 |
-
ydata-profiling
|
|
|
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
|