Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
-
|
| 4 |
-
opencv-python
|
| 5 |
onnxruntime
|
| 6 |
easyocr
|
|
|
|
|
|
|
| 7 |
pyzbar
|
| 8 |
-
|
| 9 |
-
python-multipart
|
|
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
+
python-multipart
|
|
|
|
| 4 |
onnxruntime
|
| 5 |
easyocr
|
| 6 |
+
opencv-python-headless
|
| 7 |
+
huggingface_hub
|
| 8 |
pyzbar
|
| 9 |
+
mysql-connector-python
|
|
|