I have an application and now I would like to know what packages/modules are necessary if someone else wants to install it. How can I get all the python modules/packages that are needed for a specific project?
Important Note: This question was already answered for Linux. They suggested pipreqs
, which seems like a great solution, however it does not to support Windows.
My Python version is 3.6.4.
I am working on windows 10.