github.com/jfrog/frogbot@v1.1.1-0.20231221090046-821a26f50338/testdata/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  pexpect = "==4.8.0"
    10  pyjwt = "==1.7.1"
    11  
    12  [build-system]
    13  requires = ["poetry-core>=1.0.0"]
    14  build-backend = "poetry.core.masonry.api"