2020-11-22 13:38:15 +01:00
|
|
|
# workout suggestor
|
|
|
|
|
|
|
|
## Deploy on heroku
|
|
|
|
|
|
|
|
```
|
|
|
|
heroku buildpacks:clear
|
|
|
|
heroku buildpacks:add https://github.com/moneymeets/python-poetry-buildpack.git
|
|
|
|
heroku buildpacks:add heroku/python
|
|
|
|
heroku config:set DISABLE_POETRY_CREATE_RUNTIME_FILE=1
|
|
|
|
heroku config:set POETRY_VERSION=1.1.4
|
|
|
|
```
|
2022-01-02 19:29:48 +01:00
|
|
|
|
|
|
|
# Reuse
|
|
|
|
If you do reuse my work, please consider linking back to this repository 🙂
|