diff --git a/pyproject.toml b/pyproject.toml index d82ef5901..d2db4d9d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,6 +38,10 @@ python-docx = "^1.1.0" lxml = { version = ">=4.9.2", extras = ["html_clean"] } unstructured = ">=0.13,<0.16" tiktoken = ">=0.7.0" +json-repair = "^0.29.8" +json5 = "^0.9.25" +loguru = "^0.7.2" +websockets = "^13.1" [build-system] requires = ["poetry-core"]