stupa-pdf-api/backend/requirements.txt

20 lines
293 B
Plaintext

# Core API & HTTP
fastapi>=0.110
uvicorn[standard]>=0.27
# Data parsing / validation
pydantic>=2.6
# PDF handling
PyPDF2>=3.0.1
# DB (MySQL via SQLAlchemy + PyMySQL)
SQLAlchemy>=2.0
PyMySQL>=1.1
# Env handling
python-dotenv>=1.0
# File uploads (FastAPI Form/File)
python-multipart>=0.0.9