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:
graphql-core/pyproject.toml
Lines 54 to 56 in 7d826f0
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: