[misc] add json extra in pyproject.toml file (#886)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "embedchain"
|
name = "embedchain"
|
||||||
version = "0.0.87"
|
version = "0.0.88"
|
||||||
description = "Data platform for LLMs - Load, index, retrieve and sync any unstructured data"
|
description = "Data platform for LLMs - Load, index, retrieve and sync any unstructured data"
|
||||||
authors = [
|
authors = [
|
||||||
"Taranjeet Singh <taranjeet@embedchain.ai>",
|
"Taranjeet Singh <taranjeet@embedchain.ai>",
|
||||||
@@ -181,6 +181,7 @@ gmail = [
|
|||||||
"google-auth-httplib2",
|
"google-auth-httplib2",
|
||||||
"google-api-core",
|
"google-api-core",
|
||||||
]
|
]
|
||||||
|
json = ["llama-hub"]
|
||||||
|
|
||||||
[tool.poetry.group.docs.dependencies]
|
[tool.poetry.group.docs.dependencies]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user