Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi==0.104.1
|
| 2 |
+
uvicorn[standard]==0.24.0
|
| 3 |
+
python-multipart==0.0.6
|
| 4 |
+
openai==0.28.0
|
| 5 |
+
PyPDF2==3.0.1
|
| 6 |
+
google-cloud-vision==3.4.5
|
| 7 |
+
Pillow==10.1.0
|
| 8 |
+
requests==2.31.0
|
| 9 |
+
python-dotenv==1.0.0
|