Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi==0.115.5
|
| 2 |
+
uvicorn[standard]==0.30.6
|
| 3 |
+
opencv-python-headless==4.10.0.84
|
| 4 |
+
numpy==2.1.2
|
| 5 |
+
pyzbar==0.1.9
|
| 6 |
+
Pillow==10.4.0
|
| 7 |
+
PyMuPDF==1.24.11
|
| 8 |
+
python-multipart==0.0.9
|