Jelajahi Sumber

[misc] add `json` extra in pyproject.toml file (#886)

Deshraj Yadav 1 tahun lalu
induk
melakukan
6ced756a6b
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      pyproject.toml

+ 2 - 1
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 <taranjeet@embedchain.ai>",
@@ -181,6 +181,7 @@ gmail = [
     "google-auth-httplib2",
     "google-api-core",
 ]
+json = ["llama-hub"]
 
 [tool.poetry.group.docs.dependencies]