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