Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -6,6 +6,9 @@ pillow
|
|
| 6 |
validators
|
| 7 |
requests
|
| 8 |
opencv-python-headless
|
|
|
|
|
|
|
|
|
|
| 9 |
numpy
|
| 10 |
spaces
|
| 11 |
uvicorn>=0.14.0
|
|
|
|
| 6 |
validators
|
| 7 |
requests
|
| 8 |
opencv-python-headless
|
| 9 |
+
easyocr
|
| 10 |
+
opencv-python-headless
|
| 11 |
+
pandas
|
| 12 |
numpy
|
| 13 |
spaces
|
| 14 |
uvicorn>=0.14.0
|