This commit is contained in:
2016-12-19 22:16:11 -05:00
parent f54dfff8a9
commit 99dae0f671
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -1,5 +1,9 @@
# Python Buildpack Changelog
## v92
Improved cache functionality and fix egg-links regression.
## v91
Bugfix, rolled back to v88.
+1
View File
@@ -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