format, test=doct

pull/1485/head
Hui Zhang 2 years ago
parent a942226066
commit cbcbddf93e

@ -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 = {
"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",

Loading…
Cancel
Save