1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/news/3691.feature
2017-04-01 19:35:01 +01:00

5 lines
283 B
Gherkin

Support for packages specifying build dependencies in pyproject.toml (see `PEP
518 <https://www.python.org/dev/peps/pep-0518/>`__). Packages which specify
one or more build dependencies this way will be built into wheels in an
isolated environment with those dependencies installed.