github.com/replit/upm@v0.0.0-20240423230255-9ce4fc3ea24c/test-suite/templates/python3-poetry/no-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"