Heroku doesn't support "free" plan for dynos anymore, changed to "basic".
Heroku addons of postresql and redis doesn't support "hobby-dev" plan anymore, changed to "mini".
Heroku stack-22 breaks the default version of python (which cause problems with current dependency versions), so explicitly lock the runtime version of python by runtime.txt file.