Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .buildpacks
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
https://github.com/gesteves/heroku-buildpack-imagemagick-webp
https://github.com/heroku/heroku-buildpack-python
heroku/python
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"website": "https://github.com/thumbor/thumbor/wiki",
"repository": "https://github.com/gesteves/biscayne",
"env": {
"BUILDPACK_URL": "https://github.com/ddollar/heroku-buildpack-multi",
"BUILDPACK_URL": "heroku/python",
"THUMBOR_SECURITY_KEY": {
"description": "A secret key to prevent URL tampering.",
"generator": "secret"
}
}
}
}
1 change: 1 addition & 0 deletions runtime.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python-2.7.13