Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -16
requirements.txt
CHANGED
|
@@ -1,20 +1,13 @@
|
|
| 1 |
-
|
| 2 |
-
langgraph
|
| 3 |
langchain-core
|
| 4 |
-
langchain-groq
|
| 5 |
langchain-community
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
|
|
|
|
|
|
| 9 |
pandas
|
| 10 |
openpyxl
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
tavily-python
|
| 15 |
-
|
| 16 |
-
# Environment variables
|
| 17 |
-
python-dotenv
|
| 18 |
-
|
| 19 |
-
# Gradio App
|
| 20 |
-
gradio
|
|
|
|
| 1 |
+
langchain
|
|
|
|
| 2 |
langchain-core
|
|
|
|
| 3 |
langchain-community
|
| 4 |
+
langchain-groq
|
| 5 |
+
langchain-openai
|
| 6 |
+
tavily-python
|
| 7 |
+
requests
|
| 8 |
+
beautifulsoup4
|
| 9 |
pandas
|
| 10 |
openpyxl
|
| 11 |
+
openai
|
| 12 |
+
pytube
|
| 13 |
+
python-dotenv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|