Sahana31 commited on
Commit
c24d252
·
verified ·
1 Parent(s): 91910aa

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -10
requirements.txt CHANGED
@@ -1,10 +1,10 @@
1
- fastapi==0.115.0
2
- uvicorn[standard]==0.30.6
3
- chromadb==0.5.5
4
- sentence-transformers==3.0.1
5
- pdf2image==1.17.0
6
- pillow==10.4.0
7
- openai==1.51.0
8
- sqlalchemy==2.0.35
9
- pydantic==2.9.2
10
- python-multipart==0.0.9
 
1
+ fastapi
2
+ uvicorn[standard]
3
+ chromadb
4
+ sentence-transformers
5
+ pdf2image
6
+ pillow
7
+ openai
8
+ sqlalchemy
9
+ pydantic
10
+ python-multipart