Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn[standard]
|
| 3 |
-
python-multipart
|
| 4 |
-
openai
|
| 5 |
-
PyPDF2
|
| 6 |
-
google-cloud-vision
|
| 7 |
-
Pillow
|
| 8 |
-
requests
|
| 9 |
-
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn[standard]
|
| 3 |
+
python-multipart
|
| 4 |
+
openai
|
| 5 |
+
PyPDF2
|
| 6 |
+
google-cloud-vision
|
| 7 |
+
Pillow
|
| 8 |
+
requests
|
| 9 |
+
pdf2image
|