Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.50.2
|
2 |
+
langchain-openai
|
3 |
+
langchain-core
|
4 |
+
tavily-python
|
5 |
+
openai
|
6 |
+
python-dotenv
|
7 |
+
langgraph==0.0.18
|