提交 cbcbddf9 编写于 作者: H Hui Zhang

format, test=doct

上级 a9422260
...@@ -29,8 +29,7 @@ HERE = Path(os.path.abspath(os.path.dirname(__file__))) ...@@ -29,8 +29,7 @@ HERE = Path(os.path.abspath(os.path.dirname(__file__)))
VERSION = '0.1.1' VERSION = '0.1.1'
requirements = { base = [
"install": [
"editdistance", "editdistance",
"g2p_en", "g2p_en",
"g2pM", "g2pM",
...@@ -63,10 +62,17 @@ requirements = { ...@@ -63,10 +62,17 @@ requirements = {
"visualdl", "visualdl",
"webrtcvad", "webrtcvad",
"yacs~=0.1.8", "yacs~=0.1.8",
# fastapi server ]
server = [
"fastapi", "fastapi",
"uvicorn", "uvicorn",
], "pattern_singleton",
]
requirements = {
"install":
base + server,
"develop": [ "develop": [
"ConfigArgParse", "ConfigArgParse",
"coverage", "coverage",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册