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