My python server does not have access to Internet so I have to send packages through email and then pip install pointing to these packages.
Problem is it fails because some of the dependent package, it is looking for does not exist. So I have to send this new package as well and install this one first.
Is there a way to know all the dependent packages which are needed for this install so that I can download all of them and send it on my python machine?