Skip to content
Snippets Groups Projects
Commit ce5ff238 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

fix changelog


Signed-off-by: default avatarKenneth Reitz <me@kennethreitz.org>
parent 97ac451a
No related branches found
No related tags found
No related merge requests found
# Python Buildpack Changelog # Python Buildpack Changelog
# 126 # 124
Skip installs if Pipfile.lock hasn't changed, and uninstall stale dependencies with Pipenv.
- No longer warn if there is no `Procfile`.
# 125
Set `PYTHONPATH` during collectstatic runs, other updates. Update buildpack to automatically install [dev-packages] (Pipenv) during Heroku CI builds.
- Skip installs if Pipfile.lock hasn't changed, and uninstall stale dependencies with Pipenv.
- Set `PYTHONPATH` during collectstatic runs, other updates.
- Update Set `PYTHONPATH` during collectstatic runs. - Update Set `PYTHONPATH` during collectstatic runs.
- No longer warn if there is no `Procfile`.
- Update Pipenv "3.6" to "3.6.4". - Update Pipenv "3.6" to "3.6.4".
# 124
Update buildpack to automatically install [dev-packages] (Pipenv) during Heroku CI builds.
# 123 # 123
Update gunicorn init.d script to allow overrides. Update gunicorn init.d script to allow overrides.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment