Commit ef731142 authored by myhloli's avatar myhloli
Browse files

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
parent 6e35e382
...@@ -48,6 +48,7 @@ if __name__ == '__main__': ...@@ -48,6 +48,7 @@ if __name__ == '__main__':
"rapidocr_onnxruntime>=1.4.4,<2.0.0", "rapidocr_onnxruntime>=1.4.4,<2.0.0",
"rapid_table>=1.0.3,<2.0.0", # rapid_table "rapid_table>=1.0.3,<2.0.0", # rapid_table
"PyYAML", # yaml "PyYAML", # yaml
"ftfy"
"openai", # openai SDK "openai", # openai SDK
], ],
"old_linux":[ "old_linux":[
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment