Update requirements.txt
Browse files- requirements.txt +16 -2
requirements.txt
CHANGED
|
@@ -1,2 +1,16 @@
|
|
| 1 |
-
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
crewai==0.78.5
|
| 2 |
+
crewai-tools==0.12.1
|
| 3 |
+
gradio==4.44.0
|
| 4 |
+
requests==2.31.0
|
| 5 |
+
pandas==2.0.3
|
| 6 |
+
python-dotenv==1.0.0
|
| 7 |
+
langchain==0.3.7
|
| 8 |
+
langchain-community==0.3.5
|
| 9 |
+
langchain-core==0.3.15
|
| 10 |
+
langchain-google-genai==2.0.4
|
| 11 |
+
langchain-huggingface==0.1.2
|
| 12 |
+
tavily-python==0.5.0
|
| 13 |
+
wikipedia==1.4.0
|
| 14 |
+
arxiv==2.1.3
|
| 15 |
+
pydantic==2.5.0
|
| 16 |
+
openai>=1.0.0
|