Skip to content

Commit 1b17be5

Browse files
committed
python: Install pygame
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 5440e25 commit 1b17be5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

python/pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ classifiers = [
2525
]
2626
dependencies = [
2727
"pyserial",
28-
# Optional for GUI
28+
# Optional for CLI
2929
"getkey",
30-
"PySimpleGUI",
30+
# Optional for GUI
31+
"pygame",
3132
# Optional for image operations
3233
"Pillow",
3334
]

python/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
get-key==1.60.0
22
Pillow==10.0.0
33
pyserial==3.5
4+
pygame==2.6.1

0 commit comments

Comments
 (0)