github.com/google/osv-scalibr@v0.4.1/guidedremediation/internal/manifest/python/testdata/requirements/want.requirements.txt (about)

     1  # This is a comment, to show how #-prefixed lines are ignored.
     2  # It is possible to specify requirements as plain names.
     3  pytest
     4  pytest-cov
     5  beautifulsoup4
     6  
     7  # The syntax supported here is the same as that of requirement specifiers.
     8  docopt == 0.6.2
     9  requests [security] >= 2.32.4, < 3.0.0 ; python_version < "2.7"
    10  urllib3 @ https://github.com/urllib3/urllib3/archive/refs/tags/1.26.8.zip
    11  
    12  # Minimum version 4.1.1
    13  keyring >= 4.1.1
    14  # Version Exclusion. Anything except version 3.5
    15  coverage != 3.5
    16  # Compatible release. Same as >= 1.1, == 1.*
    17  Mopidy-Dirble>=1.3.0,<2.0.0  # Some comment
    18  
    19  
    20  # It is possible to refer to other requirement files or constraints files.
    21  -r other-requirements.txt
    22  -c constraints.txt
    23  
    24  # It is possible to refer to specific local distribution paths.
    25  ./downloads/numpy-1.9.2-cp34-none-win32.whl
    26  
    27  # It is possible to refer to URLs.
    28  http://wxpython.org/Phoenix/snapshot-builds/wxPython_Phoenix-3.0.3.dev1820+49a8884-cp34-none-win_amd64.whl