Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi==0.110.0
|
| 2 |
+
uvicorn==0.27.1
|
| 3 |
+
pydantic==2.6.3
|
| 4 |
+
PyMuPDF==1.23.25
|
| 5 |
+
Pillow==10.2.0
|
| 6 |
+
PyPDF2==3.0.1
|
| 7 |
+
google-generativeai==0.4.0
|
| 8 |
+
python-multipart==0.0.9
|
| 9 |
+
httpx==0.27.0
|
| 10 |
+
numpy==1.26.4
|
| 11 |
+
aiofiles==23.2.1
|