Spaces:
Sleeping
Sleeping
tahatehrani
commited on
Commit
•
9e9c1e3
1
Parent(s):
ab22978
Update requirements.txt
Browse files- requirements.txt +8 -5
requirements.txt
CHANGED
@@ -1,10 +1,13 @@
|
|
1 |
streamlit
|
|
|
|
|
|
|
2 |
yfinance
|
3 |
-
plotly
|
4 |
pandas
|
5 |
-
|
6 |
pytz
|
7 |
-
|
8 |
-
requests
|
9 |
scikit-learn
|
10 |
-
vaderSentiment
|
|
|
|
|
|
1 |
streamlit
|
2 |
+
requests
|
3 |
+
json
|
4 |
+
numpy
|
5 |
yfinance
|
|
|
6 |
pandas
|
7 |
+
pandas-ta
|
8 |
pytz
|
9 |
+
plotly
|
|
|
10 |
scikit-learn
|
11 |
+
vaderSentiment
|
12 |
+
textblob
|
13 |
+
spacy
|