How to add libraries to git in python?
I am creating a project and I needed some libraries to run my part of the code, those libraries are not in my mate’s computer nor the user, so I need them to be in the project for when the code is executed. How do I add them to gitlab and so it does not give me any error of module not found