forked from python-poetry/poetry
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New and faster installer implementation (python-poetry#2595)
* Improve the way packages are installed * Add support for parallelized operations * Improve the Chooser class * Make the new installer the default * Add an Authenticator class to be able to download from protected urls * Adapt code and tests to latest changes * Update lock file and some dependencies * Improve installations information and caching * Make the final adjustments and tests for the new installer * Use the preview version of Poetry for the CI * Rename Executor.run() to Executor.run_pip() * Gracefully handle errors when executing operations
- Loading branch information
Showing
45 changed files
with
4,999 additions
and
956 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.