File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ version = "0.1.0"
44description = " User-facing API of DECODE OpenCloud."
55authors = [" Arthur Jaques <arthur.jaques@hispeed.ch>" ]
66readme = " README.md"
7+ requires-poetry = " 2.1.3"
78
89[tool .poetry .dependencies ]
910python = " 3.11.10"
@@ -45,7 +46,7 @@ types-pyyaml = "^6.0.12.20240917"
4546moto = " ^5.0.21"
4647
4748[build-system ]
48- requires = [" poetry-core=1.8.4 " ]
49+ requires = [" poetry-core==1.9.1 " ]
4950build-backend = " poetry.core.masonry.api"
5051
5152[tool .poetry .scripts ]
Original file line number Diff line number Diff line change 1- POETRY_VERSION=$( grep -Po ' (?<= ^requires = \["poetry-core=)[^"]* ' pyproject.toml )
1+ POETRY_VERSION=$( grep ' ^requires-poetry ' pyproject.toml | sed -E ' s/.*=\s*"([0-9]+\.[0-9]+\.[0-9]+)".*/\1/ ' )
22pip install " poetry==$POETRY_VERSION "
3- poetry install --no- dev --no-interaction --no-ansi
3+ poetry install --without dev --no-interaction --no-ansi
You can’t perform that action at this time.
0 commit comments