Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# This mirrors the root requirements.txt (Vercel uses the root one).
fastapi==0.115.8
uvicorn==0.34.0
python-multipart==0.0.20
python-multipart==0.0.27
python-telegram-bot==21.10
httpx==0.28.1
pydantic==2.10.6
pypdf==5.1.0
pypdf==6.12.0
python-docx==1.1.2
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# --- Web framework + server -----------------------------------------
fastapi==0.115.8
uvicorn==0.34.0
python-multipart==0.0.20 # required by FastAPI for file uploads / forms
python-multipart==0.0.27 # required by FastAPI for file uploads / forms

# --- Telegram bot (unchanged) ---------------------------------------
python-telegram-bot==21.10
Expand All @@ -18,7 +18,7 @@ httpx==0.28.1
pydantic==2.10.6

# --- File text extraction for the upload feature --------------------
pypdf==5.1.0 # PDF text extraction
pypdf==6.12.0 # PDF text extraction
python-docx==1.1.2 # DOCX text extraction

# NOTE: Password hashing and JWT are implemented with the Python
Expand Down