aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorZoltan Szabatin <[email protected]>2025-02-25 15:46:11 -0800
committerZoltan Szabatin <[email protected]>2025-02-25 15:46:11 -0800
commit442b376c6688e2a564e6ddc549da192406fe09f4 (patch)
tree50aa1710a9c44012ea3ff26fc5999d067859baeb /pyproject.toml
parentchore: Create justfile for serial port tasks (diff)
downloadsplitscreen-duo-442b376c6688e2a564e6ddc549da192406fe09f4.tar.xz
splitscreen-duo-442b376c6688e2a564e6ddc549da192406fe09f4.zip
feat: Add Pygame menu
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 1528345..f074f88 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,7 +7,9 @@ authors = [
{ name = "Musa Ahmed", email = "[email protected]" },
{ name = "Zoltan Szabatin", email = "[email protected]" },
]
-dependencies = []
+dependencies = [
+ "pygame>=2.6.1",
+]
readme = "README.md"
requires-python = ">= 3.8"