16 lines
249 B
Text
16 lines
249 B
Text
# FastAPI and dependencies
|
|
fastapi>=0.109.0
|
|
uvicorn[standard]>=0.27.0
|
|
python-multipart>=0.0.6
|
|
httpx>=0.26.0
|
|
pydantic>=2.5.0
|
|
|
|
# Templating for web UI
|
|
jinja2>=3.1.0
|
|
aiofiles>=23.0.0
|
|
|
|
# PDF Support
|
|
pymupdf>=1.24.0
|
|
|
|
# Production server
|
|
gunicorn>=21.0.0
|