You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Switch build-backend to poetry-core
Use poetry-core rather than poetry in pyproject.toml. The former
is recommended for PEP 517 builds as it brings a smaller subset
of poetry modules needed to perform the build without all
the dependencies of the poetry package manager. This makes builds much
faster.
* Require poetry-core>=1.0.7
Co-authored-by: Felix Fontein <[email protected]>
Co-authored-by: Felix Fontein <[email protected]>
0 commit comments