Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -31,6 +31,6 @@ python-docx==1.1.2
|
|
| 31 |
pytesseract==0.3.10
|
| 32 |
unstructured[pytesseract]==0.12.5
|
| 33 |
pandas==2.2.2
|
| 34 |
-
httpx=
|
| 35 |
beautifulsoup4==4.12.2
|
| 36 |
lxml==4.9.3
|
|
|
|
| 31 |
pytesseract==0.3.10
|
| 32 |
unstructured[pytesseract]==0.12.5
|
| 33 |
pandas==2.2.2
|
| 34 |
+
httpx>=0.27.0,<0.28.0
|
| 35 |
beautifulsoup4==4.12.2
|
| 36 |
lxml==4.9.3
|