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

Merge branch 'master' of github.com:heroku/heroku-buildpack-python

parents c373e80c 714826ee
No related branches found
No related tags found
No related merge requests found
......@@ -2,17 +2,16 @@
# 124
Update buildpack to automatically install [dev-packages] (Pipenv) during Heroku CI builds.
Update buildpack to automatically install `[dev-packages]` during Heroku CI Pipenv 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.
- Set `PYTHONPATH` during collectstatic runs.
- No longer warn if there is no `Procfile`.
- Update Pipenv "3.6" to "3.6.4".
- Update Pipenv's "3.6" runtime specifier to point to "3.6.4".
# 123
Update gunicorn init.d script to allow overrides.
Update gunicorn `init.d` script to allow overrides.
# 122
......@@ -24,7 +23,7 @@ Update default Python to v3.6.3.
# 120
Use Pipenv --deploy.
Use `$ pipenv --deploy`.
# 119
......
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