[Bug fix] Fix missing dependency issue with gmail (#862)

This commit is contained in:
Deshraj Yadav
2023-10-27 20:02:03 -07:00
committed by GitHub
parent f6c4f86986
commit 29bd038579
3 changed files with 13 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "embedchain"
version = "0.0.79"
version = "0.0.80"
description = "Data platform for LLMs - Load, index, retrieve and sync any unstructured data"
authors = ["Taranjeet Singh, Deshraj Yadav"]
license = "Apache License"
@@ -173,12 +173,12 @@ dataloaders=[
vertexai = ["google-cloud-aiplatform"]
llama2 = ["replicate"]
gmail = [
"llama-hub",
"requests",
"google-api-python-client",
"google-auth",
"google-auth-oauthlib",
"google-auth-httplib2",
"llama-hub",
"requests",
"google-api-python-client",
"google-auth",
"google-auth-oauthlib",
"google-auth-httplib2",
"google-api-core",
]