Lightweight core library #1993
Labels
area/build-system
Related to PEP 517 packaging (see poetry-core)
kind/feature
Feature requests/implementations
Milestone
Currently, to build a Poetry project via the
PEP-517
build mechanism, you need this section:This works but this has the undesirable side-effect of pulling the full Poetry stack and its dependencies. Most of them are not needed to build the project and expose the metadata.
To prevent that, we need to extract parts of the Poetry stack into a more lightweight library with the sole purpose of building projects.
Ideally, this core library should not have any dependency to avoid errors to to circular build dependencies when using
pip install --no-binary :all:
.The text was updated successfully, but these errors were encountered: