Skip to content

Commit

Permalink
Merge pull request #1186 from mcneilco/release/2024.3.x
Browse files Browse the repository at this point in the history
⬆️ Upmerge release/2024.3.x to release/2024.4.x
  • Loading branch information
brianbolt authored Sep 27, 2024
2 parents 3d113b0 + 2168431 commit f05b9e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ RUN dnf install -y python311 python3.11-pip initscripts
RUN alternatives --install /usr/bin/python python /usr/bin/python3.11 1
RUN alternatives --install /usr/bin/pip pip /usr/bin/pip3.11 1
RUN pip install argparse requests psycopg2-binary
COPY --chown=runner:runner requirements.txt $ACAS_BASE/requirements.txt
RUN pip install -r $ACAS_BASE/requirements.txt

# node
ENV NPM_CONFIG_LOGLEVEL warn
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
requests>=2.0.0, <3.0.0
Deprecated==1.2.10

0 comments on commit f05b9e6

Please sign in to comment.