From 9c1e5b3df41568d2eb92304743982bcba28772b2 Mon Sep 17 00:00:00 2001 From: Manuel Date: Thu, 18 Sep 2025 12:13:08 +0000 Subject: [PATCH] slim reqs --- requirements.txt | 141 ++++++++--------------------------------------- 1 file changed, 22 insertions(+), 119 deletions(-) diff --git a/requirements.txt b/requirements.txt index ec42d85..3391c93 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,125 +1,28 @@ -annotated-types==0.7.0 -anyio==4.10.0 -audioop-lts==0.2.2 -av==15.1.0 -beautifulsoup4==4.13.5 -certifi==2025.8.3 -cffi==2.0.0 -chardet==5.2.0 -charset-normalizer==3.4.3 -click==8.2.1 -cobble==0.1.4 -coloredlogs==15.0.1 -cryptography==45.0.7 -css-parser==1.0.10 -ctranslate2==4.6.0 -defusedxml==0.7.1 -Deprecated==1.2.18 -deprecation==2.1.0 -et_xmlfile==2.0.0 -fastapi==0.116.1 -faster-whisper==1.2.0 -filelock==3.19.1 -flatbuffers==25.2.10 -fsspec==2025.9.0 -greenlet==3.2.4 -gunicorn==23.0.0 -h11==0.16.0 -hf-xet==1.1.10 -html5-parser==0.4.12 -html5lib==1.1 -httptools==0.6.4 -huey==2.5.3 -huggingface-hub==0.34.4 -humanfriendly==10.0 -idna==3.10 -imageio==2.37.0 -img2pdf==0.6.1 -isodate==0.7.2 -Jinja2==3.1.6 -lazy_loader==0.4 -lxml==6.0.1 -magika==0.6.2 -mammoth==1.10.0 -markdown-it-py==4.0.0 -markdownify==1.2.0 +# Web Framework & Server +fastapi +gunicorn +uvicorn +Jinja2 + +# Database & Task Queue +SQLAlchemy +huey + +# OCR & Transcription Features +faster-whisper +ocrmypdf +pytesseract +pypdf + +# Configuration & Utilities +PyYAML +pydantic +pydantic-settings +python-multipart markitdown[pdf,docx,pptx,xlsx,outlook]==0.1.3 -MarkupSafe==3.0.2 -mdurl==0.1.2 -mechanize==0.4.10 -mpmath==1.3.0 -msal==1.33.0 -msal-extensions==1.3.1 -msgpack==1.1.1 -networkx==3.5 -ninja==1.13.0 -numpy==2.2.6 -ocrmypdf==16.11.0 -olefile==0.47 -onnxruntime==1.22.1 -opencv-python-headless==4.12.0.88 -openpyxl==3.1.5 -packaging==25.0 -pandas==2.3.2 -pdfminer.six==20250506 -pi_heif==1.1.0 -pikepdf==9.11.0 -pillow==11.3.0 -pluggy==1.6.0 -protobuf==6.32.1 -pyclipper==1.3.0.post6 -pycparser==2.23 -pydantic==2.11.9 -pydantic-settings==2.10.1 -pydantic_core==2.33.2 -pydub==0.25.1 -Pygments==2.19.2 -PyJWT==2.10.1 -pypdf==6.0.0 PyPDF2==3.0.1 PyQt6==6.9.1 PyQt6-Qt6==6.9.2 PyQt6-WebEngine==6.9.0 PyQt6-WebEngine-Qt6==6.9.2 -PyQt6_sip==13.10.2 -pytesseract==0.3.13 -python-bidi==0.6.6 -python-dateutil==2.9.0.post0 -python-dotenv==1.1.1 -python-multipart==0.0.20 -python-pptx==1.0.2 -pytz==2025.2 -PyYAML==6.0.2 -regex==2025.9.1 -requests==2.32.5 -rich==14.1.0 -scikit-image==0.25.2 -scipy==1.16.2 -setuptools==80.9.0 -shapely==2.1.1 -six==1.17.0 -sniffio==1.3.1 -soupsieve==2.8 -SpeechRecognition==3.14.3 -SQLAlchemy==2.0.43 -standard-aifc==3.13.0 -standard-chunk==3.13.0 -starlette==0.47.3 -sympy==1.14.0 -tifffile==2025.9.9 -tokenizers==0.22.0 -tqdm==4.67.1 -typing-inspection==0.4.1 -typing_extensions==4.15.0 -tzdata==2025.2 -urllib3==2.5.0 -uvicorn==0.35.0 -uvloop==0.21.0 -watchfiles==1.1.0 -webencodings==0.5.1 -websockets==15.0.1 -Werkzeug==3.1.3 -wrapt==1.17.3 -xlrd==2.0.2 -xlsxwriter==3.2.9 -supervisor +