mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-08-24 10:05:29 -05:00
use poetry 1.8.3 (#18960)
This commit is contained in:
+1
-1
@@ -9,4 +9,4 @@ $ErrorActionPreference = "Stop"
|
||||
py -$pythonVersion -m venv .penv
|
||||
.penv/Scripts/python -m pip install --upgrade pip setuptools wheel
|
||||
# TODO: maybe make our own zipapp/shiv/pex of poetry and download that?
|
||||
.penv/Scripts/python -m pip install poetry "poetry-dynamic-versioning[plugin]"
|
||||
.penv/Scripts/python -m pip install --requirement requirements-poetry.txt
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand.
|
||||
# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand.
|
||||
|
||||
[[package]]
|
||||
name = "aiofiles"
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# presently dependabot uses 1.8.3 so let's stick with that for now
|
||||
poetry==1.8.3
|
||||
poetry-dynamic-versioning[plugin]
|
||||
+1
-1
@@ -33,4 +33,4 @@ done
|
||||
"$PYTHON_COMMAND" -m venv .penv
|
||||
.penv/bin/python -m pip install --upgrade pip setuptools wheel
|
||||
# TODO: maybe make our own zipapp/shiv/pex of poetry and download that?
|
||||
.penv/bin/python -m pip install poetry "poetry-dynamic-versioning[plugin]"
|
||||
.penv/bin/python -m pip install --requirement requirements-poetry.txt
|
||||
|
||||
Reference in New Issue
Block a user