Skip to content

Commit 892eb2f

Browse files
authored
Adding toml as dependency
1 parent 09a6870 commit 892eb2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ tiktoken = ">=0.0.4"
2828
tabulate = "0.9.0"
2929
python-dotenv = ">=0.21.0"
3030
langchain = ">=0.0.335"
31+
toml = ">=0.10.2"
3132

3233
[tool.poetry.group.dev.dependencies]
3334
pytest = ">=7.3.1"
@@ -72,7 +73,7 @@ gpte_test_application = 'tests.caching_main:app'
7273

7374
[tool.poetry.extras]
7475
test = ["pytest", "pytest-cov"]
75-
doc = ["autodoc_pydantic", "myst_parser", "nbsphinx", "sphinx", "sphinx-autobuild", "sphinx_book_theme", "sphinx_rtd_theme", "sphinx-typlog-theme", "sphinx-panels", "toml", "myst-nb", "linkchecker", "sphinx-copybutton", "markdown-include", "sphinx_copybutton"]
76+
doc = ["autodoc_pydantic", "myst_parser", "nbsphinx", "sphinx", "sphinx-autobuild", "sphinx_book_theme", "sphinx_rtd_theme", "sphinx-typlog-theme", "sphinx-panels", "myst-nb", "linkchecker", "sphinx-copybutton", "markdown-include", "sphinx_copybutton"]
7677
experimental = ["llama-index", "rank-bm25", "tree_sitter_languages"]
7778

7879
[tool.ruff]

0 commit comments

Comments
 (0)