Skip to content

Commit

Permalink
Merge pull request AntonOsika#961 from snf/fix_toml_dep
Browse files Browse the repository at this point in the history
Adding toml as dependency
  • Loading branch information
ATheorell authored Jan 10, 2024
2 parents 09a6870 + 892eb2f commit 949983f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ tiktoken = ">=0.0.4"
tabulate = "0.9.0"
python-dotenv = ">=0.21.0"
langchain = ">=0.0.335"
toml = ">=0.10.2"

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

[tool.poetry.extras]
test = ["pytest", "pytest-cov"]
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"]
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"]
experimental = ["llama-index", "rank-bm25", "tree_sitter_languages"]

[tool.ruff]
Expand Down

0 comments on commit 949983f

Please sign in to comment.