Update requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
CHANGED
@@ -3,3 +3,10 @@ crewai==0.28.8
|
|
3 |
crewai_tools==0.1.6
|
4 |
langchain_community==0.0.29
|
5 |
langchain-groq==0.0.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
crewai_tools==0.1.6
|
4 |
langchain_community==0.0.29
|
5 |
langchain-groq==0.0.1
|
6 |
+
gradio==3.33.0
|
7 |
+
httpx==0.24.1
|
8 |
+
httpcore==0.18.0
|
9 |
+
crewai==0.1.0
|
10 |
+
crewai_tools==0.1.0
|
11 |
+
langchain_groq==0.1.0
|
12 |
+
|