소스 검색

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]