Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
|
@@ -9,4 +9,8 @@ langchain_openai>=0.0.2
|
|
| 9 |
langchain_community>=0.0.10
|
| 10 |
duckduckgo-search>=4.1.0
|
| 11 |
typing-extensions>=4.5.0
|
| 12 |
-
pydantic>=2.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
langchain_community>=0.0.10
|
| 10 |
duckduckgo-search>=4.1.0
|
| 11 |
typing-extensions>=4.5.0
|
| 12 |
+
pydantic>=2.0.0
|
| 13 |
+
python-dotenv>=1.0.0
|
| 14 |
+
wikipedia>=1.4.0
|
| 15 |
+
tavily-python>=0.2.8
|
| 16 |
+
beautifulsoup4>=4.12.0
|