Skip to content

Commit 23b897c

Browse files
Fix Render: Add backend requirements with stable versions
1 parent 9493eb8 commit 23b897c

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ __pycache__/
55
*.log
66
*.txt
77
!requirements.txt
8+
!requirements-backend.txt
89
eval_results.json
910

1011
# Environment

requirements-backend.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Minimal backend - no ML packages
2+
pydantic==2.9.2
3+
requests==2.32.3
4+
fastapi==0.109.2
5+
uvicorn[standard]==0.27.1
6+
python-multipart==0.0.9
7+
python-dotenv==1.0.1
8+
python-docx==1.1.0
9+
fpdf2==2.7.9
10+
Pillow==10.1.0
11+
PyPDF2==3.0.1
12+
rank-bm25==0.2.2
13+
google-generativeai==0.3.2

0 commit comments

Comments
 (0)