chore: dependecies

This commit is contained in:
Timothy Jaeryang Baek 2025-01-22 10:43:08 -08:00
parent 6eb4c0aecd
commit a1a658d55b

View File

@ -96,14 +96,19 @@ dependencies = [
"pydub", "pydub",
"duckduckgo-search~=6.3.5", "duckduckgo-search~=6.3.5",
"google-api-python-client",
"google-auth-httplib2",
"google-auth-oauthlib",
"docker~=7.1.0", "docker~=7.1.0",
"pytest~=8.3.2", "pytest~=8.3.2",
"pytest-docker~=3.1.1", "pytest-docker~=3.1.1",
"moto[s3]>=5.0.26", "moto[s3]>=5.0.26",
"googleapis-common-protos==1.63.2", "googleapis-common-protos==1.63.2",
"ldap3==2.9.1",
"google-cloud-storage==2.19.0", "google-cloud-storage==2.19.0",
"ldap3==2.9.1",
"gcp-storage-emulator>=2024.8.3", "gcp-storage-emulator>=2024.8.3",
] ]
readme = "README.md" readme = "README.md"