github.com/replit/upm@v0.0.0-20240423230255-9ce4fc3ea24c/test-suite/templates/python3-poetry/many-deps/pyproject.toml (about)

     1  [tool.poetry]
     2  name = "python-template"
     3  version = "0.1.0"
     4  description = ""
     5  authors = ["Your Name <you@example.com>"]
     6  
     7  [tool.poetry.dependencies]
     8  python = ">=3.10.0,<3.11"
     9  django = "^4.2.10"
    10  boatman = "^0.0.6"
    11  ws4py = "^0.5.1"