SarahXia0405 commited on
Commit
d6a72af
·
verified ·
1 Parent(s): c2cfba4

Update backend/requirements.txt

Browse files
Files changed (1) hide show
  1. backend/requirements.txt +12 -10
backend/requirements.txt CHANGED
@@ -1,10 +1,12 @@
1
- gradio>=5.0.0
2
- openai>=1.44.0
3
- tiktoken
4
- python-docx
5
- langsmith>=0.1.0
6
- langchain-core
7
- langchain-openai
8
- pypdf
9
- python-docx
10
- python-pptx
 
 
 
1
+ fastapi==0.115.6
2
+ uvicorn[standard]==0.34.0
3
+ python-multipart==0.0.20
4
+
5
+ openai>=1.40.0
6
+ langchain-openai>=0.1.22
7
+ langsmith>=0.1.116
8
+
9
+ pypdf>=4.3.1
10
+ python-docx>=1.1.2
11
+ python-pptx>=0.6.23
12
+ numpy>=1.26.4