From 8f09d0a02a16a6cdb126b4c9e95c9b8fcbaaa6f4 Mon Sep 17 00:00:00 2001 From: wangcanlong Date: Sat, 6 Aug 2022 20:34:04 +0800 Subject: [PATCH] add opencc --- docs/requirements.txt | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/requirements.txt b/docs/requirements.txt index 04a965430..871a045bf 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -50,4 +50,5 @@ keyboard uvicorn pattern_singleton braceexpand +opencc transformers==3.4.0 \ No newline at end of file diff --git a/setup.py b/setup.py index f322ab502..6e465ffc0 100644 --- a/setup.py +++ b/setup.py @@ -45,6 +45,7 @@ base = [ "matplotlib", "nara_wpe", "onnxruntime", + "opencc", "pandas", "paddlenlp", "paddlespeech_feat",