"vscode:/vscode.git/clone" did not exist on "53a5a9e9ae3a6e40610d81ac6fbfb9d30921ff97"
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__':
"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":[
......
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