Browse Source

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

myhloli 5 months ago
parent
commit
d4f958a9aa
1 changed files with 2 additions and 1 deletions
  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]