Browse Source

feat: add json-repair as a dependency in pyproject.toml

myhloli 5 tháng trước cách đây
mục cha
commit
d4f958a9aa
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      pyproject.toml

+ 2 - 1
pyproject.toml

@@ -31,7 +31,8 @@ dependencies = [
     "reportlab",
     "pdftext>=0.6.2",
     "modelscope>=1.26.0",
-    "huggingface-hub>=0.32.4"
+    "huggingface-hub>=0.32.4",
+    "json-repair>=0.46.2",
 ]
 
 [project.optional-dependencies]