20 lines
268 B
Text
20 lines
268 B
Text
# Web framework
|
|
fastapi
|
|
uvicorn[standard]
|
|
gunicorn
|
|
|
|
# Templating and forms
|
|
jinja2
|
|
python-multipart
|
|
|
|
# PDF processing
|
|
pypdf2
|
|
pdf2image # Requires poppler (install via system package manager)
|
|
Pillow
|
|
numpy
|
|
|
|
# Configuration
|
|
python-dotenv
|
|
|
|
# Matrix integration
|
|
matrix-nio
|