ak0601 commited on
Commit
38a0dfb
·
verified ·
1 Parent(s): 3505a11

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -0
requirements.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fastapi==0.104.1
2
+ uvicorn[standard]==0.24.0
3
+ pandas==2.1.3
4
+ httpx==0.25.1
5
+ pydantic==2.5.0
6
+ pydantic[email]
7
+ python-multipart==0.0.6
8
+ langchain==0.0.350
9
+ langchain-openai==0.0.5
10
+ openai==1.3.7
11
+ python-dotenv==1.0.0