github.com/lineaje-labs/syft@v0.98.1-0.20231227153149-9e393f60ff1b/syft/pkg/cataloger/python/test-fixtures/requires/requirements.txt (about)

     1   flask == 4.0.0
     2  # a line that is ignored
     3  sqlalchemy >= 1.0.0, <= 2.0.0, != 3.0.0, <= 3.0.0
     4   foo == 1.0.0 # a comment that needs to be ignored
     5  bar >= 1.0.0, <= 2.0.0, \
     6    != 3.0.0, <= 3.0.0
     7  -e https://github.com/pecan/pecan.git
     8  -r other-requirements.txt
     9  --requirements super-secretrequirements.txt
    10  SomeProject ==5.4 ; python_version < '3.8'
    11  coverage != 3.5 # Version Exclusion. Anything except version 3.5
    12  numpyNew; sys_platform == 'win32'
    13  numpy >= 3.4.1; sys_platform == 'win32'
    14  Mopidy-Dirble ~= 1.1 # Compatible release. Same as >= 1.1, == 1.*
    15  argh==0.26.2 \
    16    --hash=sha256:a9b3aaa1904eeb78e32394cd46c6f37ac0fb4af6dc488daa58971bdc7d7fcaf3 \
    17    --hash=sha256:e9535b8c84dc9571a48999094fda7f33e63c3f1b74f3e5f3ac0105a58405bb65
    18  argh==0.26.3 --hash=sha256:a9b3aaa1904eeb78e32394cd46c6f37ac0fb4af6dc488daa58971bdc7d7fcaf3 --hash=sha256:e9535b8c84dc9571a48999094fda7f33e63c3f1b74f3e5f3ac0105a58405bb65
    19  # CommentedOut == 1.2.3
    20  # maybe invalid, but found out in the wild
    21  ==2.3.4
    22  celery[redis, pytest] == 4.4.7 # should remove [redis, pytest]
    23  requests[security] == 2.8.* ; python_version < "2.7" and sys_platform == "linux"
    24  GithubSampleProject == 3.7.1 @ git+https://github.com/owner/repo@releases/tag/v3.7.1