Add setuptools to requirements.txt (#25)

Fix error: ModuleNotFoundError: No module named 'pkg_resources'
This commit is contained in:
Elvis
2025-08-13 13:57:22 +03:00
committed by GitHub
parent e926543eeb
commit 7e586c07f5
+1
View File
@@ -5,3 +5,4 @@ pillow
packaging packaging
markdown markdown
pygame pygame
setuptools