chore: update dependencies in requirements.txt
This commit is contained in:
parent
65c1501d89
commit
aac99aded7
|
|
@ -1,12 +1,15 @@
|
||||||
Flask>=3.0
|
Flask>=3.0
|
||||||
PyMuPDF>=1.23
|
PyMuPDF>=1.23
|
||||||
Pillow>=10.0
|
Pillow>=10.0
|
||||||
numpy>=1.24
|
numpy>=1.24,<2.0.0
|
||||||
paddleocr==3.5.0
|
|
||||||
paddlepaddle==2.6.2
|
|
||||||
pytesseract>=0.3.10
|
|
||||||
anthropic>=0.40
|
anthropic>=0.40
|
||||||
surya-ocr==0.4.15
|
surya-ocr==0.4.15
|
||||||
fpdf2>=2.7.0
|
fpdf2>=2.7.0
|
||||||
gunicorn>=21.0.0
|
gunicorn>=21.0.0
|
||||||
opencv-python>=4.8.0
|
opencv-python-headless>=4.8.0
|
||||||
|
|
||||||
|
# Missing Surya dependencies (useful if installed with --no-deps)
|
||||||
|
ftfy>=6.0.0
|
||||||
|
filetype>=1.2.0
|
||||||
|
pypdfium2>=4.0.0
|
||||||
|
tabulate>=0.9.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue