2022-07-13 12:12:53 +00:00

23 lines
701 B
JSON

{
"version": "1.1.14",
"description": "Dependency Management for Python",
"homepage": "https://python-poetry.org/",
"license": "MIT",
"depends": "python",
"url": "https://install.python-poetry.org#/install-poetry.py",
"hash": "f2d31f13b111f801b03f1b025106e08dbf0fc4e6946046cfd3255ff98a2ec5d0",
"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"
}
}