Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
streamlit
|
2 |
-
opencv-python
|
3 |
-
pytesseract
|
4 |
Pillow
|
5 |
-
|
|
|
|
1 |
+
streamlit>=1.24
|
|
|
|
|
2 |
Pillow
|
3 |
+
opencv-python-headless
|
4 |
+
pytesseract
|