Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -2,8 +2,11 @@ google-genai
|
|
2 |
google-api-python-client
|
3 |
google-auth-httplib2
|
4 |
google-auth-oauthlib
|
|
|
|
|
5 |
fastapi
|
6 |
uvicorn
|
7 |
agno
|
8 |
twilio
|
9 |
python-dotenv
|
|
|
|
2 |
google-api-python-client
|
3 |
google-auth-httplib2
|
4 |
google-auth-oauthlib
|
5 |
+
oauth2client
|
6 |
+
gspread
|
7 |
fastapi
|
8 |
uvicorn
|
9 |
agno
|
10 |
twilio
|
11 |
python-dotenv
|
12 |
+
|