diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-14 04:39:41 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-14 04:39:41 -0600 |
commit | 704b6407b4e51800376e73fe934a762e94b30d9d (patch) | |
tree | f51b5c0bd74abd7b836746f3f2222d282bbd541e /pyproject.toml | |
parent | d433b974d9f15f9a7ab57ba592a4858e7977726d (diff) |
rebased
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 1c83745..1e66585 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,12 @@ redis = "^5.0.1" vonage = "^3.10.0" vocode = "^0.1.111" elevenlabs = "0.2.20" +google-api-python-client = "^2.103.0" +google-auth-oauthlib = "^1.1.0" +google-auth-httplib2 = "^0.1.1" +beautifulsoup4 = "^4.12.2" +google-search-results = "^2.4.2" +boto3 = "^1.28.63" [build-system] |