add pypdf dependency for PDF upload support

This commit is contained in:
gramps
2026-07-01 18:10:12 -07:00
parent 1d1cb61264
commit 239a0d5fa9
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ cd /opt/jarvischat
python3 -m venv venv
# Install dependencies
./venv/bin/pip install fastapi uvicorn httpx psutil jinja2 python-multipart
./venv/bin/pip install fastapi uvicorn httpx psutil jinja2 python-multipart pypdf
# Set admin PIN before first startup (4 digits)
export JARVISCHAT_ADMIN_PIN=4827