I'm getting the following error when trying to run python app.py: ImportError: cannot import name 'url_quote' from 'werkzeug.urls'.
Based on my searching, it seems that it may be an issue with the wrong version of werkzeug for Flask, but I'm not sure.