I\'m writing a python script which uses an external library (paramiko). If I\'m to release the package how do I package paramiko also? Is there anyway I can give it as we can gi
If I'm to release the package how do I package paramiko also?
You don't. Instead you declare the dependencies:
install_requires