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
This will significantly speed up the package installation process, since the entire poetry dependency cone is currently being installed during isolated build per PEP517.
I can submit a PR if no objections.
The text was updated successfully, but these errors were encountered:
Currently:
yaspin/pyproject.toml
Lines 75 to 77 in 2c78d24
According to https://python-poetry.org/docs/pyproject/#poetry-and-pep-517
Should be updated to,
This will significantly speed up the package installation process, since the entire
poetry
dependency cone is currently being installed during isolated build per PEP517.I can submit a PR if no objections.
The text was updated successfully, but these errors were encountered: