MLDeveloper commited on
Commit
2281e59
·
verified ·
1 Parent(s): af79487

Update requirements

Browse files
Files changed (1) hide show
  1. requirements +14 -0
requirements CHANGED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fastapi==0.104.1
2
+ uvicorn==0.24.0
3
+ pydantic==2.5.0
4
+ pydantic-settings==2.1.0
5
+ python-dotenv==1.0.0
6
+ streamlit==1.28.1
7
+ requests==2.31.0
8
+ langchain==0.1.0
9
+ langchain-openai==0.0.5
10
+ langchain-core==0.1.0
11
+ openai==1.3.0
12
+ anthropic==0.7.0
13
+ sqlalchemy==2.0.23
14
+