Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
|
|
|
|
|
| 1 |
opencv-python-headless
|
| 2 |
zxing-cpp
|
| 3 |
-
|
| 4 |
-
numpy
|
|
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn[standard]
|
| 3 |
opencv-python-headless
|
| 4 |
zxing-cpp
|
| 5 |
+
pillow
|
| 6 |
+
numpy
|
| 7 |
+
python-multipart
|