XeroAPI / xero-python-oauth2-app

python app for demonstrating the xero-python SDK
MIT License
19 stars 31 forks source link

Pin flask version for session_cookie_name #49

Open surfer190 opened 1 year ago

surfer190 commented 1 year ago

Running the project from clean slate causes this error:

AttributeError: 'Flask' object has no attribute 'session_cookie_name'

Flask changelog indicates:

The session_cookie_name, send_file_max_age_default, use_x_sendfile, propagate_exceptions, and templates_auto_reload properties on app are removed.