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
+2 -1
View File
@@ -4,4 +4,5 @@ requests
pillow pillow
packaging packaging
markdown markdown
pygame pygame
setuptools