Skip to content
Snippets Groups Projects

Update pyproject.toml with Poetry v2.0 (#499)

Merged Moul requested to merge 499_poetry_v2 into main
All threads resolved!
3 files
+ 36
27
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -5,7 +5,7 @@ ARG PYTHON_VERS
@@ -5,7 +5,7 @@ ARG PYTHON_VERS
FROM python:${PYTHON_VERS}-slim AS build
FROM python:${PYTHON_VERS}-slim AS build
# Install Poetry
# Install Poetry
RUN pip install "poetry>=1.8,<2.0"
RUN pip install poetry
WORKDIR /silkaj
WORKDIR /silkaj
Loading