redhairedshanks1 commited on
Commit
52f4641
·
1 Parent(s): dc7a501

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -20,8 +20,8 @@ email-validator>=2.2.0
20
 
21
  pydantic>=2.7,<3
22
 
23
- # CrewAI for agent orchestration
24
- crewai>=0.80.0
25
  crewai-tools>=0.14.0
26
 
27
  # Google Gemini API support for CrewAI
 
20
 
21
  pydantic>=2.7,<3
22
 
23
+ # CrewAI for agent orchestration with Google Gemini support
24
+ crewai[google-genai]>=0.80.0
25
  crewai-tools>=0.14.0
26
 
27
  # Google Gemini API support for CrewAI