hack4impact / flask-base

A simple Flask boilerplate app with SQLAlchemy, Redis, User Authentication, and more.
http://hack4impact.github.io/flask-base
MIT License
3.04k stars 481 forks source link

Full upgrade of dependent libraries #193

Closed nk9 closed 5 years ago

nk9 commented 5 years ago

Upgrade all the dependent libraries to address #182, #180, #184. Made necessary code changes so that the app still works. I've also included pipupgrade to make this less of a chore in the future.

Also removed duplicate code of conduct file.

nk9 commented 5 years ago

I hope you don't mind this "failure". Have a look, hopfully it's pretty clear why it's needed.