feat: rename "Required Python packages" to "Required packages" for program language compatibility

This commit is contained in:
莘权 马 2024-05-25 15:07:00 +08:00
parent 92bd904c27
commit e245dcc8b1
5 changed files with 52 additions and 52 deletions

File diff suppressed because one or more lines are too long

View file

@ -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"],