github.com/castai/kvisor@v1.7.1-0.20240516114728-b3572a2607b5/pyproject.toml (about)

     1  [tool.poetry]
     2  name = "kvisord"
     3  version = "0.1.0"
     4  description = ""
     5  authors = ["anjmao <andzej.maciusovic@gmail.com>"]
     6  readme = "README.md"
     7  
     8  [tool.poetry.dependencies]
     9  python = "^3.11"
    10  
    11  
    12  [build-system]
    13  requires = ["poetry-core"]
    14  build-backend = "poetry.core.masonry.api"