Update requirements.txt
Browse files- requirements.txt +11 -2
requirements.txt
CHANGED
@@ -1,2 +1,11 @@
|
|
1 |
-
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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)
|