Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full upgrade #192

Closed
wants to merge 4 commits into from
Closed

Full upgrade #192

wants to merge 4 commits into from

Conversation

nk9
Copy link
Contributor

@nk9 nk9 commented Sep 2, 2019

Upgrade all the dependent libraries to address #182, #180, #184. I've also included pipupgrade to make this less of a chore in the future.

nk9 added 4 commits August 17, 2019 23:36
Using `dict.get('key') or True` means that key can never be False! And in other cases, it's just clearer and more compact to use the default parameter.
…asy in future.

Adopt FlaskForm and CSRFProtect to avoid deprecation warnings. Tweak config in create_app() so code works with Flask 1.0+.
@nk9 nk9 closed this Sep 2, 2019
@nk9
Copy link
Contributor Author

nk9 commented Sep 2, 2019

Ugh, too many commits included.

@abhisuri97
Copy link
Contributor

The non-passing test was for cyclomatic complexity which means that there are too many conditional branches in the function. I don't mind that there is a higher number of branches here since it is a setup function. Wrt to too many commits, I don't mind about that either. Reopening this PR since it is a much-needed upgrade to this project (feel free to close again/open up another PR).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants