Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
-
crewai>=0.11.0
|
2 |
-
gradio>=3.50.0
|
3 |
-
python-dotenv>=1.0.0
|
4 |
-
duckduckgo-search>=3.9.0
|
5 |
-
beautifulsoup4>=4.12.0
|
6 |
-
requests>=2.31.0
|
7 |
-
pydantic>=2.0.0
|
|
|
|
1 |
+
crewai>=0.11.0
|
2 |
+
gradio>=3.50.0
|
3 |
+
python-dotenv>=1.0.0
|
4 |
+
duckduckgo-search>=3.9.0
|
5 |
+
beautifulsoup4>=4.12.0
|
6 |
+
requests>=2.31.0
|
7 |
+
pydantic>=2.0.0
|
8 |
+
crewai_tools>=0.40.1
|