From 6ced756a6b61b1ec5ccdf1b8545308366a4193cc Mon Sep 17 00:00:00 2001 From: Deshraj Yadav Date: Tue, 31 Oct 2023 23:55:25 -0700 Subject: [PATCH] [misc] add `json` extra in pyproject.toml file (#886) --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cec37565..f1c1af06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "embedchain" -version = "0.0.87" +version = "0.0.88" description = "Data platform for LLMs - Load, index, retrieve and sync any unstructured data" authors = [ "Taranjeet Singh ", @@ -181,6 +181,7 @@ gmail = [ "google-auth-httplib2", "google-api-core", ] +json = ["llama-hub"] [tool.poetry.group.docs.dependencies]