design final
This commit is contained in:
parent
a0d2188f6f
commit
99a690972e
1414 changed files with 2389 additions and 1455 deletions
|
|
@ -1,12 +1,20 @@
|
|||
# Web framework
|
||||
fastapi
|
||||
uvicorn[standard]
|
||||
gunicorn
|
||||
|
||||
# Templating and forms
|
||||
jinja2
|
||||
python-multipart
|
||||
|
||||
# PDF processing
|
||||
pypdf2
|
||||
pdf2image
|
||||
pdf2image # Requires poppler (install via system package manager)
|
||||
Pillow
|
||||
numpy
|
||||
opencv-python
|
||||
|
||||
# Configuration
|
||||
python-dotenv
|
||||
|
||||
# Matrix integration
|
||||
matrix-nio
|
||||
gunicorn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue