github.com/anchore/syft@v1.38.2/syft/pkg/cataloger/python/test-fixtures/poetry/nested-extras/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 fastapi = {extras = ["all"], version = "^0.111.0"} 11 12 [build-system] 13 requires = ["poetry-core"] 14 build-backend = "poetry.core.masonry.api"