github.com/jfrog/frogbot@v1.1.1-0.20231221090046-821a26f50338/testdata/indirect-projects/poetry/pyproject.toml (about)

     1  [tool.poetry]
     2  name = "poetry-project"
     3  version = "0.1.0"
     4  description = ""
     5  authors = ["Your Name <you@example.com>"]
     6  
     7  [tool.poetry.dependencies]
     8  python = "^3.10"
     9  requests = "==2.21.0"
    10  
    11  [build-system]
    12  requires = ["poetry-core>=1.0.0"]
    13  build-backend = "poetry.core.masonry.api"