Эх сурвалжийг харах

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

myhloli 5 сар өмнө
parent
commit
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]