Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +7 -9
requirements.txt
CHANGED
|
@@ -1,14 +1,12 @@
|
|
| 1 |
# Core dependencies for AI Web Agent
|
| 2 |
-
gradio
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
groq>=0.4.0
|
| 6 |
-
crewai-tools
|
| 7 |
|
| 8 |
# Additional dependencies that might be needed
|
| 9 |
-
pydantic
|
| 10 |
-
requests
|
| 11 |
-
typing-extensions
|
| 12 |
|
| 13 |
# Optional: For better error handling and logging
|
| 14 |
-
loguru
|
|
|
|
| 1 |
# Core dependencies for AI Web Agent
|
| 2 |
+
gradio
|
| 3 |
+
julia-browser
|
| 4 |
+
groq
|
|
|
|
|
|
|
| 5 |
|
| 6 |
# Additional dependencies that might be needed
|
| 7 |
+
pydantic
|
| 8 |
+
requests
|
| 9 |
+
typing-extensions
|
| 10 |
|
| 11 |
# Optional: For better error handling and logging
|
| 12 |
+
loguru
|