Skip to content
Snippets Groups Projects
Commit fcf7e58a authored by Moul's avatar Moul
Browse files

Force Poetry v1, since v2 is not yet supported (clients/python/silkaj#499)

by Silkaj/DuniterPy

pyproject.toml syntax has to be adapted
to have the included files included among other topics

To Fix DeathReaper in the meantime (clients/python/silkaj#498)
parent 19192e66
No related branches found
No related tags found
No related merge requests found
Pipeline #39485 passed
...@@ -6,4 +6,4 @@ apt install --yes libsodium23 && \ ...@@ -6,4 +6,4 @@ apt install --yes libsodium23 && \
rm -rf /var/lib/apt/lists rm -rf /var/lib/apt/lists
# Install Poetry # Install Poetry
RUN pip install poetry RUN pip install "poetry>=1.8,<2.0"
...@@ -6,4 +6,4 @@ apt install --yes libsodium23 && \ ...@@ -6,4 +6,4 @@ apt install --yes libsodium23 && \
rm -rf /var/lib/apt/lists rm -rf /var/lib/apt/lists
# Install Poetry # Install Poetry
RUN pip install poetry RUN pip install "poetry>=1.8,<2.0"
...@@ -6,4 +6,4 @@ apt install --yes libsodium23 git && \ ...@@ -6,4 +6,4 @@ apt install --yes libsodium23 git && \
rm -rf /var/lib/apt/lists rm -rf /var/lib/apt/lists
# Install Poetry # Install Poetry
RUN pip install poetry pre-commit RUN pip install "poetry>=1.8,<2.0" pre-commit
...@@ -6,4 +6,4 @@ apt install --yes libsodium23 && \ ...@@ -6,4 +6,4 @@ apt install --yes libsodium23 && \
rm -rf /var/lib/apt/lists rm -rf /var/lib/apt/lists
# Install Poetry # Install Poetry
RUN pip install poetry RUN pip install "poetry>=1.8,<2.0"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment