ReportRaahat / backend /requirements-local.txt
ReportRaahat CI
Deploy from GitHub: cbc36259c5ce4062cd4e64b876308f9378e3ebe2
542c765
raw
history blame contribute delete
243 Bytes
# Core backend — required to run locally
fastapi>=0.115.0
uvicorn[standard]>=0.30.6
pydantic>=2.8.2
python-dotenv>=1.0.1
httpx>=0.27.2
python-multipart>=0.0.9
# Document processing
pdfplumber>=0.11.4
Pillow>=10.4.0
# Numeric
numpy>=1.26.4