Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support pip10 #740

Closed
CaseyFaist opened this issue Aug 9, 2018 · 1 comment · Fixed by #833
Closed

Support pip10 #740

CaseyFaist opened this issue Aug 9, 2018 · 1 comment · Fixed by #833

Comments

@CaseyFaist
Copy link
Contributor

CaseyFaist commented Aug 9, 2018

We are currently on 9.0.2 - let's update

@cjolowicz
Copy link
Contributor

Yes, please. This should make it possible to install projects using poetry, or any other build backend, without requiring other changes to the buildpack:

pip install .

From the pip reference guide:

As of version 10.0, pip supports projects declaring dependencies that are required at install time using a pyproject.toml file, in the form described in PEP 518. When building a project, pip will install the required dependencies locally, and make them available to the build process. Furthermore, from version 19.0 onwards, pip supports projects specifying the build backend they use in pyproject.toml, in the form described in PEP 517.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants