Drag and Drop
This commit is contained in:
167
requirements.txt
167
requirements.txt
@@ -1,22 +1,145 @@
|
||||
# requirements.txt
|
||||
|
||||
# Web framework
|
||||
fastapi
|
||||
uvicorn[standard]
|
||||
python-multipart
|
||||
jinja2
|
||||
|
||||
# PDF OCR
|
||||
ocrmypdf
|
||||
PyPDF2
|
||||
|
||||
# Audio Transcription
|
||||
faster-whisper
|
||||
# The following are core dependencies for faster-whisper,
|
||||
# but it's good to list them explicitly.
|
||||
# ctranslate2
|
||||
# transformers
|
||||
# torch # Note: torch is a dependency of transformers
|
||||
|
||||
# Utilities
|
||||
werkzeug
|
||||
annotated-types==0.7.0
|
||||
anyio==4.10.0
|
||||
audioop-lts==0.2.2
|
||||
av==15.1.0
|
||||
azure-ai-documentintelligence==1.0.2
|
||||
azure-core==1.35.1
|
||||
azure-identity==1.25.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
|
||||
markitdown==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
|
||||
nvidia-cublas-cu12==12.8.4.1
|
||||
nvidia-cuda-cupti-cu12==12.8.90
|
||||
nvidia-cuda-nvrtc-cu12==12.8.93
|
||||
nvidia-cuda-runtime-cu12==12.8.90
|
||||
nvidia-cudnn-cu12==9.10.2.21
|
||||
nvidia-cufft-cu12==11.3.3.83
|
||||
nvidia-cufile-cu12==1.13.1.3
|
||||
nvidia-curand-cu12==10.3.9.90
|
||||
nvidia-cusolver-cu12==11.7.3.90
|
||||
nvidia-cusparse-cu12==12.5.8.93
|
||||
nvidia-cusparselt-cu12==0.7.1
|
||||
nvidia-nccl-cu12==2.27.3
|
||||
nvidia-nvjitlink-cu12==12.8.93
|
||||
nvidia-nvtx-cu12==12.8.90
|
||||
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
|
||||
torch==2.8.0
|
||||
torchvision==0.23.0
|
||||
tqdm==4.67.1
|
||||
triton==3.4.0
|
||||
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
|
||||
youtube-transcript-api==1.0.3
|
||||
|
||||
Reference in New Issue
Block a user