Barto517 commited on
Commit
90c6175
·
verified ·
1 Parent(s): 6d0b640

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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
- google
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