-
-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Parse requirements file with the more sophisticated utility
Ref: https://pip.pypa.io/en/stable/reference/requirements-file-format/ Signed-off-by: Xiaochao Dong (@damnever) <[email protected]>
- Loading branch information
Showing
7 changed files
with
167 additions
and
97 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
a == 4.1.4 | ||
b == 2.3.0 | ||
c | ||
c | ||
|
||
d @ https://example.com/d/d/archive/refs/tags/1.0.0.zip | ||
e [fake] >= 2.8.1, == 2.8.* ; python_version < "2.7" | ||
|
||
-e git+ssh://[email protected]/damnever/pigar.git@abcdef#egg=pigar | ||
|
||
-r fake_reqs_2.txt | ||
--requirement fake_reqs_2.txt | ||
--no-index |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
another-in-ref |
Oops, something went wrong.