Assume I built a requirements.txt
file like this...
decorator==3.4.0
flup>=1.0.2
Werkzeug==0.9.4
argparse==1.2.1
Mako==0.9.0
Jinja2==2.7.1
Flask==0.10.1
itsdangerous==0.23
WTForms==1.0.5
Flask_WTF==0.9.3
I want to avoid problems with finding specific package versions.
Is there a simple way to stuff all the required packages into a disk archive without downloading them individually from pypi?