From a1a658d55b08398a36bc61bb03b5d8e0f478924d Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Wed, 22 Jan 2025 10:43:08 -0800 Subject: [PATCH] chore: dependecies --- pyproject.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4d69f069e..240f9c367 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,14 +96,19 @@ dependencies = [ "pydub", "duckduckgo-search~=6.3.5", + "google-api-python-client", + "google-auth-httplib2", + "google-auth-oauthlib", + "docker~=7.1.0", "pytest~=8.3.2", "pytest-docker~=3.1.1", "moto[s3]>=5.0.26", "googleapis-common-protos==1.63.2", - "ldap3==2.9.1", "google-cloud-storage==2.19.0", + + "ldap3==2.9.1", "gcp-storage-emulator>=2024.8.3", ] readme = "README.md"