fixes req

This commit is contained in:
ValueOn AG 2026-02-06 10:35:01 +01:00
parent a04bee5008
commit d05204c394

16
requirements.txt Normal file
View file

@ -0,0 +1,16 @@
# 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