[UPD] poetry to 1.1.14
This commit is contained in:
parent
aac73b57dd
commit
deea0471d2
3 changed files with 3 additions and 3 deletions
|
|
@ -37,7 +37,7 @@ RUN cd $ODOO_PREFIX && \
|
||||||
# Install Poetry
|
# Install Poetry
|
||||||
RUN cd $ODOO_PREFIX && \
|
RUN cd $ODOO_PREFIX && \
|
||||||
curl -sSL -o get-poetry.py https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py && \
|
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.1.12
|
./.venv/bin/python get-poetry.py -y --preview --version 1.1.14
|
||||||
|
|
||||||
RUN cd $ODOO_PREFIX && \
|
RUN cd $ODOO_PREFIX && \
|
||||||
./.venv/bin/pip install --upgrade pip && \
|
./.venv/bin/pip install --upgrade pip && \
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = [ "poetry>=1.1.12",]
|
requires = [ "poetry>=1.1.14",]
|
||||||
build-backend = "poetry.masonry.api"
|
build-backend = "poetry.masonry.api"
|
||||||
|
|
||||||
[tool.isort]
|
[tool.isort]
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ VENV_PATH=./.venv
|
||||||
LOCAL_PYTHON_EXEC=${VENV_PATH}/bin/python
|
LOCAL_PYTHON_EXEC=${VENV_PATH}/bin/python
|
||||||
VENV_REPO_PATH=${VENV_PATH}/repo
|
VENV_REPO_PATH=${VENV_PATH}/repo
|
||||||
VENV_MULTILINGUAL_MARKDOWN_PATH=${VENV_PATH}/multilang_md.py
|
VENV_MULTILINGUAL_MARKDOWN_PATH=${VENV_PATH}/multilang_md.py
|
||||||
POETRY_VERSION=1.1.12
|
POETRY_VERSION=1.1.14
|
||||||
|
|
||||||
echo "Python path version home"
|
echo "Python path version home"
|
||||||
echo ${PYENV_VERSION_PATH}
|
echo ${PYENV_VERSION_PATH}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue