mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-03 21:02:38 +02:00
fix: Make flask an extra dependency
https://github.com/geekan/MetaGPT/pull/1118#discussion_r1540656272
This commit is contained in:
parent
7706b88f03
commit
29fecffa3f
2 changed files with 2 additions and 2 deletions
1
setup.py
1
setup.py
|
|
@ -38,6 +38,7 @@ extras_require = {
|
|||
"llama-index-vector-stores-faiss==0.1.1",
|
||||
"chromadb==0.4.23",
|
||||
],
|
||||
"web-api": ["flask==3.0.2"],
|
||||
}
|
||||
|
||||
extras_require["test"] = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue