[UPD] poetry: docker and pyproject.toml version 1.1.12
This commit is contained in:
parent
862d80353f
commit
b85466b390
2 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@ RUN cd $ODOO_PREFIX && \
|
|||
# Install Poetry
|
||||
RUN cd $ODOO_PREFIX && \
|
||||
curl -sSL -o get-poetry.py https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py && \
|
||||
./.venv/bin/python get-poetry.py -y --preview --version 1.0.10
|
||||
./.venv/bin/python get-poetry.py -y --preview --version 1.1.12
|
||||
|
||||
RUN cd $ODOO_PREFIX && \
|
||||
./.venv/bin/pip install --upgrade pip && \
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[build-system]
|
||||
requires = [ "poetry>=1.0.0",]
|
||||
requires = [ "poetry>=1.1.12",]
|
||||
build-backend = "poetry.masonry.api"
|
||||
|
||||
[tool.isort]
|
||||
|
|
|
|||
Loading…
Reference in a new issue