浏览代码

build(python): add ftfy package to setup.py

- Add 'ftfy' package to the list of dependencies in setup.py
- This change ensures that the ftfy package is installed along with other dependencies when setting up the project
myhloli 8 月之前
父节点
当前提交
ef7311421b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      setup.py

+ 1 - 0
setup.py

@@ -48,6 +48,7 @@ if __name__ == '__main__':
                      "rapidocr_onnxruntime>=1.4.4,<2.0.0",
                      "rapid_table>=1.0.3,<2.0.0",  # rapid_table
                      "PyYAML",  # yaml
+                     "ftfy"
                      "openai",  # openai SDK
                      ],
             "old_linux":[