124-webapp/requirements.txt

21 lines
268 B
Text
Raw Normal View History

2025-10-07 13:02:29 +02:00
# Web framework
2025-09-11 16:01:32 +02:00
fastapi
uvicorn[standard]
2025-10-07 13:02:29 +02:00
gunicorn
# Templating and forms
2025-09-11 16:01:32 +02:00
jinja2
python-multipart
2025-10-07 13:02:29 +02:00
# PDF processing
2025-09-11 16:01:32 +02:00
pypdf2
2025-10-07 13:02:29 +02:00
pdf2image # Requires poppler (install via system package manager)
2025-09-11 16:01:32 +02:00
Pillow
2025-09-17 16:35:11 +02:00
numpy
2025-10-07 13:02:29 +02:00
# Configuration
2025-09-17 16:35:11 +02:00
python-dotenv
2025-10-07 13:02:29 +02:00
# Matrix integration
2025-10-02 12:20:11 +02:00
matrix-nio