ソースを参照

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

myhloli 5 ヶ月 前
コミット
d4f958a9aa
1 ファイル変更2 行追加1 行削除
  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]