Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
streamlit
|
2 |
Pillow
|
3 |
pytesseract
|
4 |
-
pandas-ta
|
|
|
5 |
textblob
|
6 |
pandas
|
7 |
requests
|
8 |
scikit-learn
|
9 |
-
|
10 |
|
|
|
1 |
streamlit
|
2 |
Pillow
|
3 |
pytesseract
|
4 |
+
pandas-ta==0.3.14b0
|
5 |
+
numpy>=1.22.0
|
6 |
textblob
|
7 |
pandas
|
8 |
requests
|
9 |
scikit-learn
|
10 |
+
googlesearch-python
|
11 |
|