Skip to content

Instantly share code, notes, and snippets.

@drewrothstein
Created March 26, 2017 23:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drewrothstein/ff936685aee89473da141bcdab23d067 to your computer and use it in GitHub Desktop.
Save drewrothstein/ff936685aee89473da141bcdab23d067 to your computer and use it in GitHub Desktop.
Flask w/o Eclipse
$ pip install -t lib -r requirements.txt
Collecting Flask==0.12 (from -r requirements.txt (line 1))
Using cached Flask-0.12-py2.py3-none-any.whl
Collecting click>=2.0 (from Flask==0.12->-r requirements.txt (line 1))
Using cached click-6.7-py2.py3-none-any.whl
Collecting Werkzeug>=0.7 (from Flask==0.12->-r requirements.txt (line 1))
Using cached Werkzeug-0.12.1-py2.py3-none-any.whl
Collecting Jinja2>=2.4 (from Flask==0.12->-r requirements.txt (line 1))
Using cached Jinja2-2.9.5-py2.py3-none-any.whl
Collecting itsdangerous>=0.21 (from Flask==0.12->-r requirements.txt (line 1))
Collecting MarkupSafe>=0.23 (from Jinja2>=2.4->Flask==0.12->-r requirements.txt (line 1))
Installing collected packages: click, Werkzeug, MarkupSafe, Jinja2, itsdangerous, Flask
Successfully installed Flask-0.12 Jinja2-2.9.5 MarkupSafe-1.0 Werkzeug-0.12.1 click-6.7 itsdangerous-0.24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment