mirror of
https://github.com/anchore/syft.git
synced 2026-05-20 04:05:24 +02:00
Signed-off-by: cyphercodes <cyphercodes@users.noreply.github.com> Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com> Co-authored-by: cyphercodes <cyphercodes@users.noreply.github.com>
28 lines
1.2 KiB
Plaintext
28 lines
1.2 KiB
Plaintext
flask == 4.0.0
|
|
urllib3===1.26.20
|
|
# a line that is ignored
|
|
sqlalchemy >= 1.0.0, <= 2.0.0, != 3.0.0, <= 3.0.0
|
|
foo == 1.0.0 # a comment that needs to be ignored
|
|
bar >= 1.0.0, <= 2.0.0, \
|
|
!= 3.0.0, <= 3.0.0
|
|
-e https://github.com/pecan/pecan.git
|
|
-r other-requirements.txt
|
|
--requirements super-secretrequirements.txt
|
|
SomeProject ==5.4 ; python_version < '3.8'
|
|
dots-._allowed == 1.0.0
|
|
coverage != 3.5 # Version Exclusion. Anything except version 3.5
|
|
numpyNew; sys_platform == 'win32'
|
|
numpy >= 3.4.1; sys_platform == 'win32'
|
|
Mopidy-Dirble ~= 1.1 # Compatible release. Same as >= 1.1, == 1.*
|
|
argh==0.26.2 \
|
|
--hash=sha256:a9b3aaa1904eeb78e32394cd46c6f37ac0fb4af6dc488daa58971bdc7d7fcaf3 \
|
|
--hash=sha256:e9535b8c84dc9571a48999094fda7f33e63c3f1b74f3e5f3ac0105a58405bb65
|
|
argh==0.26.3 --hash=sha256:a9b3aaa1904eeb78e32394cd46c6f37ac0fb4af6dc488daa58971bdc7d7fcaf3 --hash=sha256:e9535b8c84dc9571a48999094fda7f33e63c3f1b74f3e5f3ac0105a58405bb65
|
|
# CommentedOut == 1.2.3
|
|
# maybe invalid, but found out in the wild
|
|
==2.3.4
|
|
celery[redis, pytest] == 4.4.7 # should remove [redis, pytest]
|
|
requests[security] == 2.8.* ; python_version < "2.7" and sys_platform == "linux"
|
|
GithubSampleProject == 3.7.1 @ git+https://github.com/owner/repo@releases/tag/v3.7.1
|
|
FrIeNdLy-_-bArD == 1.0.0
|