**To Reproduce** Steps to reproduce the behavior: 1. Install the latest version of pygame_shaders directly from Github like here: https://github.com/ScriptLineStudios/pygame_shaders/issues/9#issuecomment-1616721961 2. Run `import pygame_shaders` 3. Results in: `ModuleNotFoundError: No module named 'moderngl'` 4. which requires a manual `pip install moderngl` **Expected behavior** For pygame_shaders to list moderngl as a dependency, so it is automatically installed with it