Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
aiofiles==23.2.1
|
|
|
|
| 2 |
annotated-types==0.7.0
|
| 3 |
anyio==4.9.0
|
| 4 |
cachetools==5.5.2
|
|
@@ -19,6 +20,7 @@ httpx==0.28.1
|
|
| 19 |
huggingface-hub==0.30.0
|
| 20 |
idna==3.10
|
| 21 |
Jinja2==3.1.6
|
|
|
|
| 22 |
markdown-it-py==3.0.0
|
| 23 |
MarkupSafe==3.0.2
|
| 24 |
mdurl==0.1.2
|
|
@@ -32,6 +34,8 @@ pydantic==2.11.1
|
|
| 32 |
pydantic_core==2.33.0
|
| 33 |
pydub==0.25.1
|
| 34 |
Pygments==2.19.1
|
|
|
|
|
|
|
| 35 |
PyJWT==2.8.0
|
| 36 |
PyMuPDF==1.25.4
|
| 37 |
pytesseract==0.3.13
|
|
@@ -44,6 +48,7 @@ rich==14.0.0
|
|
| 44 |
ruff==0.11.2
|
| 45 |
safehttpx==0.1.6
|
| 46 |
semantic-version==2.10.0
|
|
|
|
| 47 |
shellingham==1.5.4
|
| 48 |
six==1.17.0
|
| 49 |
sniffio==1.3.1
|
|
@@ -57,7 +62,4 @@ tzdata==2025.2
|
|
| 57 |
urllib3==2.3.0
|
| 58 |
uvicorn==0.34.0
|
| 59 |
websockets==15.0.1
|
| 60 |
-
zhipuai==2.1.5.20250106
|
| 61 |
-
opencv-python
|
| 62 |
-
pdf2image
|
| 63 |
-
poppler-utils
|
|
|
|
| 1 |
aiofiles==23.2.1
|
| 2 |
+
altgraph==0.17.4
|
| 3 |
annotated-types==0.7.0
|
| 4 |
anyio==4.9.0
|
| 5 |
cachetools==5.5.2
|
|
|
|
| 20 |
huggingface-hub==0.30.0
|
| 21 |
idna==3.10
|
| 22 |
Jinja2==3.1.6
|
| 23 |
+
macholib==1.16.3
|
| 24 |
markdown-it-py==3.0.0
|
| 25 |
MarkupSafe==3.0.2
|
| 26 |
mdurl==0.1.2
|
|
|
|
| 34 |
pydantic_core==2.33.0
|
| 35 |
pydub==0.25.1
|
| 36 |
Pygments==2.19.1
|
| 37 |
+
pyinstaller==6.12.0
|
| 38 |
+
pyinstaller-hooks-contrib==2025.2
|
| 39 |
PyJWT==2.8.0
|
| 40 |
PyMuPDF==1.25.4
|
| 41 |
pytesseract==0.3.13
|
|
|
|
| 48 |
ruff==0.11.2
|
| 49 |
safehttpx==0.1.6
|
| 50 |
semantic-version==2.10.0
|
| 51 |
+
setuptools==78.1.0
|
| 52 |
shellingham==1.5.4
|
| 53 |
six==1.17.0
|
| 54 |
sniffio==1.3.1
|
|
|
|
| 62 |
urllib3==2.3.0
|
| 63 |
uvicorn==0.34.0
|
| 64 |
websockets==15.0.1
|
| 65 |
+
zhipuai==2.1.5.20250106
|
|
|
|
|
|
|
|
|