M README.md => README.md +1 -2
@@ 22,9 22,8 @@ A simple tool for viewing IDPA results.
git clone --origin bitbucket https://bitbucket.org/ajk/idpa-results.git
- heroku apps:create idpa-results -b https://github.com/buildingspeak/conda-buildpack.git --addons heroku-postgresql
+ heroku apps:create idpa-results -b https://github.com/kennethreitz/conda-buildpack.git --addons heroku-postgresql
- heroku config:add APP_SETTINGS=heroku.cfg
heroku config:add WELCOME_MESSAGE_URL=1:https://bitbucket.org/\!api/2.0/snippets/ajk/yqd7M/0acf739f8f4a89125496db3edbbb9958907d873b/files/welcome.md
heroku config:add HELP_CONTENT_URL=https://bitbucket.org/\!api/2.0/snippets/ajk/yqd7M/0acf739f8f4a89125496db3edbbb9958907d873b/files/help.md
M requirements/heroku.txt => requirements/heroku.txt +1 -0
@@ 1,2 1,3 @@
-r common.txt
+gunicorn==19.8.1
# NumPy and SciPy will be installed by conda