HUMORCE 35c71b766f
poetry: Update install script (#3397)
* poetry: Update manifest

- Use `install-poetry.py` instead of `get-poetry.py`

* update

* upd

* Update bucket/poetry.json

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
2022-03-20 17:33:21 +05:30

23 lines
701 B
JSON

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