Skip to content
Open
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 @@ -3,10 +3,10 @@
fastapi==0.115.0
uvicorn[standard]==0.30.6
gunicorn==23.0.0
python-multipart==0.0.12
python-multipart==0.0.31
python-telegram-bot==21.10
httpx==0.28.1
pydantic==2.9.2
pypdf==5.1.0
pypdf==6.13.0
python-docx==1.1.2
pymongo==4.10.1
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
fastapi==0.115.8
uvicorn[standard]==0.34.0
gunicorn==23.0.0 # production process manager (Render/Railway)
python-multipart==0.0.20 # required by FastAPI for file uploads / forms
python-multipart==0.0.31 # required by FastAPI for file uploads / forms

# --- Telegram bot (optional; imported lazily) -----------------------
python-telegram-bot==21.10
Expand All @@ -19,7 +19,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.13.0 # PDF text extraction
python-docx==1.1.2 # DOCX text extraction

# --- MongoDB Atlas (web analytics dashboard) ------------------------
Expand Down