2023-08-21 20:24:07 +00:00

23 lines
700 B
JSON

{
"version": "1.6.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": "66db5477a597b6176202ef77792076057ce50d2c5a2d2d2978c63e1f144d7b95",
"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"
}
}