Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
streamlit
|
| 2 |
numpy
|
| 3 |
matplotlib
|
| 4 |
pillow
|
|
@@ -18,3 +18,5 @@ streamlit_option_menu
|
|
| 18 |
matplotlib
|
| 19 |
pandas
|
| 20 |
python-dateutil
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
numpy
|
| 3 |
matplotlib
|
| 4 |
pillow
|
|
|
|
| 18 |
matplotlib
|
| 19 |
pandas
|
| 20 |
python-dateutil
|
| 21 |
+
oauth2client
|
| 22 |
+
pytesseract
|