From d8dd4289d8a14427aa8d578b58329aa24c7be6f9 Mon Sep 17 00:00:00 2001 From: Abdur-RahmaanJ Date: Sun, 27 Oct 2024 23:07:34 +0200 Subject: [PATCH] chore: remove pygame as dependency --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index e8d1e58..95fb813 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,6 @@ here = path.abspath(path.dirname(__file__)) requires = [ - 'pygame', 'numpy' ]