Skip to content

Commit 2421d61

Browse files
Add fastapi for backend imports
1 parent 93b1114 commit 2421d61

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

requirements.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ streamlit>=1.39.0
33
pydantic>=2.9.0
44
requests>=2.32.0
55

6-
# Document Processing (newer versions for Py 3.13)
6+
# Backend imports need these
7+
fastapi>=0.109.0
8+
uvicorn>=0.27.0
9+
python-multipart>=0.0.9
10+
11+
# Document Processing
712
python-docx>=1.1.0
813
fpdf2>=2.7.0
914
Pillow>=10.4.0

0 commit comments

Comments
 (0)