rootxhacker commited on
Commit
1cf7d6d
·
verified ·
1 Parent(s): 3e6206a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -9
requirements.txt CHANGED
@@ -1,14 +1,12 @@
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
- crewai-tools
7
 
8
  # Additional dependencies that might be needed
9
- pydantic>=2.0.0
10
- requests>=2.31.0
11
- typing-extensions>=4.7.0
12
 
13
  # Optional: For better error handling and logging
14
- loguru>=0.7.0
 
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