e10ai commited on
Commit
def2de9
·
verified ·
1 Parent(s): 178d6c2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -1
requirements.txt CHANGED
@@ -1,2 +1,14 @@
1
  gradio
2
- requests
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  gradio
2
+ requests
3
+
4
+ # LangChain dependencies
5
+ langchain
6
+ langchain-core
7
+ langchain-community
8
+ langgraph
9
+ huggingface_hub
10
+
11
+ #other
12
+ # inspect
13
+ python-dotenv
14
+ gradio[oauth]