# github-heroku-attack-rabbits: heroku-pages branch This branch contains the files needed for heroku to run a flask oauth server to authenticate Github users. Files: * `Procfile` - tells heroku what application to run * `app.json` - info about the application for heroku * `github.py` - github authentication application * `requirements.txt` - how to install what with python * `runtime.txt` - version of python to use