md-parser / requirements.txt
sidoutcome's picture
feat: support both API_TOKEN and API_DEV_TOKEN
6162371
raw
history blame contribute delete
457 Bytes
# MinerU Document Parser API Dependencies
# Pins match vLLM v0.14.1 base image to avoid pip backtracking
# MinerU with core extra (pipeline + vlm + api + gradio)
# Avoids [all] which adds platform-specific vllm pinning that conflicts with base image
mineru[core]>=1.0.0
# Web framework
fastapi>=0.115.0
uvicorn[standard]>=0.32.0
# File upload handling
python-multipart>=0.0.9
# HTTP client for URL parsing
httpx>=0.27.0
# Type checking
pydantic>=2.0.0