Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
google-genai
|
|
|
|
|
|
|
2 |
fastapi
|
3 |
uvicorn
|
4 |
agno
|
|
|
1 |
google-genai
|
2 |
+
google-api-python-client
|
3 |
+
google-auth-httplib2
|
4 |
+
google-auth-oauthlib
|
5 |
fastapi
|
6 |
uvicorn
|
7 |
agno
|