github.com/anchore/syft@v1.38.2/syft/pkg/cataloger/python/test-fixtures/poetry/simple-deps/pyproject.toml (about)

     1  [tool.poetry]
     2  name = "testpkg"
     3  version = "0.1.0"
     4  description = ""
     5  authors = ["Alex Goodman <wagoodman@users.noreply.github.com>"]
     6  readme = "README.md"
     7  
     8  [tool.poetry.dependencies]
     9  python = "^3.11"
    10  requests = "^2.32.2"
    11  
    12  [build-system]
    13  requires = ["poetry-core"]
    14  build-backend = "poetry.core.masonry.api"