mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-23 15:48:11 +02:00
feat: rename "Required Python packages" to "Required packages" for program language compatibility
This commit is contained in:
parent
92bd904c27
commit
e245dcc8b1
5 changed files with 52 additions and 52 deletions
File diff suppressed because one or more lines are too long
|
|
@ -38,7 +38,7 @@ DESIGN = {
|
|||
|
||||
|
||||
TASK = {
|
||||
"Required Python packages": ["pygame==2.0.1"],
|
||||
"Required packages": ["pygame==2.0.1"],
|
||||
"Required Other language third-party packages": ["No third-party dependencies required"],
|
||||
"Logic Analysis": [
|
||||
["game.py", "Contains Game class and related functions for game logic"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue