Skip to content

Instantly share code, notes, and snippets.

@dtanham
Created June 30, 2015 19:30
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 dtanham/15c6e6515b2465b7b5f6 to your computer and use it in GitHub Desktop.
Save dtanham/15c6e6515b2465b7b5f6 to your computer and use it in GitHub Desktop.
Basic PIP requirements file for quickstarting a Flask app
Flask==0.10.1
Jinja2==2.7.3
MarkupSafe==0.23
Werkzeug==0.10.4
itsdangerous==0.24
mongoengine==0.10.0
pymongo==3.0.2
wsgiref==0.1.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment