Open guettli opened 4 years ago
I really don't know why pygame is needed
How did you created the requirements.txt file?
BTW, dependency management in python in done with setup.py.
Unfortunately many people think requirements.txt gets used for dependency management. But that's not true. The r.txt file is just for dumping out a good working set. But for automatically installing dependencies, please use install_requires
in setup.py
I try to install the requirements, and this fails while installing
pygame
Why is pygame needed?