From 7e586c07f5653edd43e3d7bfc8ae860df7d09618 Mon Sep 17 00:00:00 2001 From: Elvis Date: Wed, 13 Aug 2025 13:57:22 +0300 Subject: [PATCH] Add setuptools to requirements.txt (#25) Fix error: ModuleNotFoundError: No module named 'pkg_resources' --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cc8c957..ca19299 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,5 @@ requests pillow packaging markdown -pygame \ No newline at end of file +pygame +setuptools