Python-Sample-Application
Python-Sample-Application copied to clipboard
Bumps [jinja2](https://github.com/pallets/jinja) from 2.7.3 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.9.6 to 0.15.3. Release notes *Sourced from [werkzeug's releases](https://github.com/pallets/werkzeug/releases).* > ## 0.15.3 > * Blog: https://palletsprojects.com/blog/werkzeug-0-15-3-released/ > * Changes: https://werkzeug.palletsprojects.com/en/0.15.x/changes/#version-0-15-3 > > > ## 0.15.2 > *...
This changes the app to run with DEBUG=False unless the environment variable for FLASK_DEBUG has been explicitly set. [Flask's docs](http://flask.pocoo.org/docs/0.10/quickstart/#debug-mode) include a note about how this should never be run...
Per the Uber API, `scope` should be space separated, not comma separated. Use `scope` not `scopes` as well. From https://developer.uber.com/v1/auth/ ``` Space delimited list of grant scopes you would like...
Kishore
Hi, I've just tried to deploy the sample app on Heroku, and I'm getting "No scope available" (https://login.uber.com/oauth/errors?error=no_scope). Things I did: 1. Clicked the "Deploy to Heroku" button in the...