未验证 提交 efef8dba 编写于 作者: H Hui Zhang 提交者: GitHub

Merge pull request #1485 from zh794390558/server_install

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