ashishja commited on
Commit
c47b5d9
·
verified ·
1 Parent(s): c748fe0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -2
requirements.txt CHANGED
@@ -1,2 +1,11 @@
1
- gradio
2
- requests
 
 
 
 
 
 
 
 
 
 
1
+ # Core ADK framework
2
+ google-adk>=1.0.0 # Includes google.adk packages :contentReference[oaicite:1]{index=1}
3
+
4
+ # Google GenAI SDK (Gemini & Vertex AI)
5
+ google-genai>=1.23.0 # Provides google.genai.types and integration :contentReference[oaicite:2]{index=2}
6
+
7
+ # HTTP requests
8
+ requests>=2.0
9
+
10
+ # Standard-library zoneinfo; ensure Python 3.9+
11
+ # (no extra install needed)