-
-
Notifications
You must be signed in to change notification settings - Fork 611
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reorganize canonicalize_ireq and PIP_VERSION into utils
canonicalize_ireq now returns a copy ireq instead of modifying in place
- Loading branch information
1 parent
5db5631
commit 4ffd903
Showing
7 changed files
with
50 additions
and
45 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,15 @@ | ||
from __future__ import annotations | ||
|
||
from .pip_compat import ( | ||
PIP_VERSION, | ||
Distribution, | ||
canonicalize_ireq, | ||
create_wheel_cache, | ||
get_dev_pkgs, | ||
install_req_from_line, | ||
parse_requirements, | ||
) | ||
|
||
__all__ = [ | ||
"PIP_VERSION", | ||
"Distribution", | ||
"parse_requirements", | ||
"install_req_from_line", | ||
"create_wheel_cache", | ||
"get_dev_pkgs", | ||
"canonicalize_ireq", | ||
] |
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
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