generated from aboutcode-org/skeleton
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added option to get resolved packages in a requirements.txt file Fixes …
…#135 Created a new option --resolved-output that finds resolved packages and writes those into the given filename in a typical requirements.txt file format. Also added test test_resolved_cli in test_cli.py Signed-off-by: Arijit De <[email protected]>
- Loading branch information
1 parent
0ad23ab
commit 690702e
Showing
4 changed files
with
110 additions
and
17 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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
aboutcode-toolkit==7.0.2 | ||
attrs==21.4.0 | ||
beautifulsoup4==4.11.1 | ||
certifi==2022.5.18.1 | ||
charset-normalizer==2.0.12 | ||
click==8.0.4 | ||
colorama==0.4.4 | ||
commoncode==30.2.0 | ||
dparse2==0.6.1 | ||
idna==3.3 | ||
importlib-metadata==4.8.3 | ||
intbitset==3.0.1 | ||
packageurl-python==0.9.9 | ||
packaging==21.3 | ||
pip-requirements-parser==31.2.0 | ||
pkginfo2==30.0.0 | ||
pyparsing==3.0.9 | ||
PyYAML==6.0 | ||
requests==2.27.1 | ||
resolvelib==0.8.1 | ||
saneyaml==0.5.2 | ||
soupsieve==2.3.2.post1 | ||
text-unidecode==1.3 | ||
toml==0.10.2 | ||
typing==3.6.6 | ||
typing_extensions==4.1.1 | ||
urllib3==1.26.9 | ||
zipp==3.6.0 |
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