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

v92

parent f54dfff8
No related branches found
No related tags found
No related merge requests found
# Python Buildpack Changelog
## v92
Improved cache functionality and fix egg-links regression.
## v91
Bugfix, rolled back to v88.
......
......@@ -209,6 +209,7 @@ set-default-env PYTHONPATH /app/
# Install sane-default script for $WEB_CONCURRENCY and $FORWARDED_ALLOW_IPS.
cp $ROOT_DIR/vendor/python.gunicorn.sh $GUNICORN_PROFILE_PATH
# Support for pip install -e.
rm -fr $BUILD_DIR/.heroku/src
deep-cp /app/.heroku/src $BUILD_DIR/.heroku/src
......
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