mirror of
https://github.com/pypa/pip
synced 2023-12-13 21:30:23 +01:00
Add news file
This commit is contained in:
parent
094b44191a
commit
b0b6ec1c7a
1 changed files with 4 additions and 0 deletions
4
news/3691.feature
Normal file
4
news/3691.feature
Normal file
|
@ -0,0 +1,4 @@
|
|||
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.
|
Loading…
Reference in a new issue