mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
feat: +unit test
fixbug: Align to the same root directory in accordance with `class_views` fixbug: The class has lost namespace information. feat: + mock fixbug: project name invalid feat: +mermaid sequence diagram feat: translate from code to mermaid sequence feat: translate from code to mermaid sequence
This commit is contained in:
parent
1b06d933b2
commit
c966138a74
14 changed files with 216 additions and 45 deletions
1
setup.py
1
setup.py
|
|
@ -46,6 +46,7 @@ extras_require["test"] = [
|
|||
"chromadb==0.4.14",
|
||||
"gradio==3.0.0",
|
||||
"grpcio-status==1.48.2",
|
||||
"mock==5.1.0",
|
||||
]
|
||||
|
||||
extras_require["pyppeteer"] = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue