solve req conflict, add install script, and time cost stats

This commit is contained in:
yzlin 2024-01-02 14:18:55 +08:00
parent 83ee76cca7
commit 95fc01f96f
4 changed files with 9 additions and 7 deletions

View file

@ -38,10 +38,11 @@ extras_require["test"] = [
"pytest-cov",
"pytest-mock",
"pytest-html",
"pytest-xdist",
"connexion[uvicorn]~=3.0.5",
"azure-cognitiveservices-speech~=1.31.0",
"aioboto3~=11.3.0",
"chromadb==0.3.23",
"chromadb==0.4.14",
"gradio==3.0.0",
"grpcio-status==1.48.2",
]