Commit 688e8f85 authored by nimrod's avatar nimrod
Browse files

Another try at fixing Python packages conflicts.

With the latest pip and the new resolver, let pip work it out.
parent 4a55ba14
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ RUN apt-get update && \
        awslogs \
        bcrypt \
        black \
        'colorama==0.4.3' \
        colorama \
        boto \
        boto3 \
        cookiecutter \
@@ -153,7 +153,7 @@ RUN apt-get update && \
        pkp \
        poetry \
        pre-commit \
        'prompt-toolkit>=3.0.0' \
        prompt-toolkit \
        protobuf \
        psycopg2 \
        pur \