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