Somnath3570 commited on
Commit
055c278
·
verified ·
1 Parent(s): ec84bf0

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -0
requirements.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ streamlit==1.31.0
2
+ fastapi==0.109.0
3
+ uvicorn==0.27.0
4
+ python-dotenv==1.0.0
5
+ langchain-groq==0.0.3
6
+ langchain-community==0.0.19
7
+ langgraph==0.0.15
8
+ langchain==0.1.5
9
+ requests==2.31.0