2025-09-21 16:29:24 +00:00

23 lines
700 B
JSON

{
"version": "2.2.1",
"description": "Dependency Management for Python",
"homepage": "https://python-poetry.org/",
"license": "MIT",
"depends": "python",
"url": "https://install.python-poetry.org#/install-poetry.py",
"hash": "963d56703976ce9cdc6ff460c44a4f8fbad64c110dc447b86eeabb4a47ec2160",
"installer": {
"script": [
"$env:POETRY_HOME=\"$dir\"",
"python3 \"$dir\\$fname\" --version $version"
]
},
"bin": "venv\\Scripts\\poetry.exe",
"checkver": {
"github": "https://github.com/python-poetry/poetry/"
},
"autoupdate": {
"url": "https://install.python-poetry.org#/install-poetry.py"
}
}