heroku/python
Changed
- Stopped manually creating a
src
directory inside the Pip dependencies layer. Pip will create the directory itself if needed (when there are editable VCS dependencies). (#228) - Stopped setting
CPATH
andPKG_CONFIG_PATH
at launch time. (#231) - The
bin
directory in the Pip dependencies layer is now always added toPATH
instead of only when an installed dependency has an entry point script. (#232) - The Pip cache layer is now exposed to Pip invocations in later buildpacks. (#234)