Skip to content

Commit

Permalink
Updated pins
Browse files Browse the repository at this point in the history
  • Loading branch information
mshriver committed Oct 23, 2024
1 parent d4d78cb commit 2a469bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
2 changes: 1 addition & 1 deletion backend/docker/Dockerfile.worker
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN dnf install --nodocs -y --disableplugin=subscription-manager gcc libpq-devel
COPY . /app

WORKDIR /app
RUN pip install --no-cache-dir -U -upgrade-strategy eager pip wheel setuptools && \
RUN pip install --no-cache-dir -U --upgrade-strategy eager pip wheel setuptools && \
pip install --no-cache-dir -r requirements-pinned.txt . && \
chgrp -R 0 ibutsu_server && chmod -R g+rwX ibutsu_server

Expand Down
21 changes: 4 additions & 17 deletions backend/requirements-pinned.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ celery==5.4.0
# via ibutsu-server (pyproject.toml)
certifi==2024.8.30
# via requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.4.0
# via requests
click==8.1.7
Expand All @@ -44,12 +42,8 @@ clickclick==20.10.2
# via connexion
connexion==2.14.2
# via ibutsu-server (pyproject.toml)
cryptography==43.0.3
# via python-jose
dnspython==2.7.0
# via pymongo
ecdsa==0.19.0
# via python-jose
flask==2.2.5
# via
# ibutsu-server (pyproject.toml)
Expand Down Expand Up @@ -144,12 +138,11 @@ psycopg2==2.9.10
pyasn1==0.6.1
# via
# pyasn1-modules
# python-jose
# rsa
pyasn1-modules==0.4.1
# via google-auth
pycparser==2.22
# via cffi
pyjwt==2.9.0
# via ibutsu-server (pyproject.toml)
pymongo==4.10.1
# via ibutsu-server (pyproject.toml)
pyparsing==3.2.0
Expand All @@ -158,8 +151,6 @@ python-dateutil==2.9.0.post0
# via
# ibutsu-server (pyproject.toml)
# celery
python-jose==3.3.0
# via ibutsu-server (pyproject.toml)
python-magic==0.4.27
# via ibutsu-server (pyproject.toml)
pyyaml==6.0.2
Expand All @@ -185,15 +176,11 @@ rpds-py==0.20.0
# jsonschema
# referencing
rsa==4.9
# via
# google-auth
# python-jose
# via google-auth
setuptools==75.2.0
# via ibutsu-server (pyproject.toml)
six==1.16.0
# via
# ecdsa
# python-dateutil
# via python-dateutil
sqlalchemy==1.3.24
# via
# ibutsu-server (pyproject.toml)
Expand Down

0 comments on commit 2a469bd

Please sign in to comment.