Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +8 -1
requirements.txt
CHANGED
@@ -38,4 +38,11 @@ uritemplate==4.1.1
|
|
38 |
urllib3==2.1.0
|
39 |
uvicorn==0.24.0.post1
|
40 |
fastapi==0.104.1
|
41 |
-
websockets==12.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
urllib3==2.1.0
|
39 |
uvicorn==0.24.0.post1
|
40 |
fastapi==0.104.1
|
41 |
+
websockets==12.0
|
42 |
+
lxml==5.1.0
|
43 |
+
packaging==23.2
|
44 |
+
pillow==10.2.0
|
45 |
+
PyPDF2==3.0.1
|
46 |
+
pytesseract==0.3.10
|
47 |
+
python-docx==1.1.0
|
48 |
+
typing_extensions==4.9.0
|