YussefGAFeer commited on
Commit
b07fccc
·
verified ·
1 Parent(s): 95d5b9e

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -0
requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ requests==2.31.0
2
+ pydantic==2.5.3
3
+ fastapi==0.109.0
4
+ uvicorn==0.27.0
5
+ python-multipart==0.0.6
6
+ langchain==0.1.0
7
+ python-dotenv==1.0.0