Replies: 1 comment
|
Current behavior is command-oriented rather than manifest-oriented. The For a requirements file with a non-standard name, this pattern should be the safer form: python -m pip install --require-hashes -r requirements-build.txtA file named For the editable local install: pip install -e '.[all]'Scorecard cannot reliably infer that the transitive dependencies in the local python -m pip install --require-hashes -r requirements-build.txt
python -m pip install --no-deps -e '.[all]'Supporting |
Uh oh!
There was an error while loading. Please reload this page.
Any plan to support requirements*.txt and not just requirements.txt? local pyproject.toml?
I got multiple findings on a repository with Pinned-Dependencies but for lines like below
All reactions