Explorar o código

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 hai 8 meses
pai
achega
ef7311421b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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":[