For packaging game, you should try to make a standalone bundle. This means that if a user clicks on your game, they should not have to install additional components. However if it gets complicated, feel free to list them in source and ask users to manually download libraries. At the very least, you should have the source code available, and possibly a requirements.txt or README.md with instructions on how to run your game.