From 4775b5993627211ad5bb926410262aa80ff89b32 Mon Sep 17 00:00:00 2001 From: Sam <61994039+fourthDimensional@users.noreply.github.com> Date: Sat, 31 May 2025 19:26:02 -0500 Subject: [PATCH] Add pytest dependency for improved testing capabilities --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 49fab84..3e6aa35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,4 +5,5 @@ description = "Add your description here" requires-python = ">=3.11" dependencies = [ "pygame>=2.6.1", + "pytest>=8.3.5", ]