Skip to content

Commit

Permalink
remove poetry buildpack from docs (#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
rawxfish authored Dec 25, 2024
1 parent 48ce2f0 commit 9cc415d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 0 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/cardinalitypuzzles/python-poetry-buildpack.git"
},
{
"url": "heroku/python"
}
Expand Down
5 changes: 2 additions & 3 deletions new-hunt-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,10 @@ Follow the Heroku documentation to [set up a Heroku app](https://devcenter.herok

After creating a new application on Heroku, you will need to configure some resources, settings, and config variables.

By default, Heroku may only set the heroku/nodejs buildpack when you deploy the first time, but Cardboard also requires the heroku/python buildpack and a buildpack specific to Python poetry. You can set the buildpacks on your application's settings page (`https://dashboard.heroku.com/apps/<YOUR_APP>/settings`) under the "Buildpacks" section. They should be set **in the following order**, mimicking the [app.json](https://github.com/cardinalitypuzzles/cardboard/blob/master/app.json) file in the repository:
By default, Heroku may only set the heroku/nodejs buildpack when you deploy the first time, but Cardboard also requires the heroku/python buildpack. You can set the buildpacks on your application's settings page (`https://dashboard.heroku.com/apps/<YOUR_APP>/settings`) under the "Buildpacks" section. They should be set **in the following order**, mimicking the [app.json](https://github.com/cardinalitypuzzles/cardboard/blob/master/app.json) file in the repository:

1. heroku/nodejs
2. https://github.com/cardinalitypuzzles/python-poetry-buildpack.git
3. heroku/python
2. heroku/python

Alternatively, you can use the [Heroku CLI](https://devcenter.heroku.com/articles/heroku-cli): run `heroku buildpacks` to check which buildpacks are installed, and if needed, run `heroku buildpacks:add` to add any missing ones. Make sure again that they are in the correct order.

Expand Down

0 comments on commit 9cc415d

Please sign in to comment.