mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
solve req conflict, add install script, and time cost stats
This commit is contained in:
parent
83ee76cca7
commit
95fc01f96f
4 changed files with 9 additions and 7 deletions
3
setup.py
3
setup.py
|
|
@ -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",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue