update everything to latest version of template

This commit is contained in:
csd4ni3l
2025-12-13 15:34:42 +01:00
parent 616447707d
commit 77c89ab225
5 changed files with 173 additions and 139 deletions

View File

@@ -5,6 +5,6 @@ description = "Game Of Life recreated with Python, Arcade, pyglet and compute sh
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"arcade==3.2.0",
"arcade>=3.3.3",
"pypresence>=4.3.0",
]