Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ ENV PYTHONDONTWRITEBYTECODE=1
ENV PYTHONPATH=$APP_DIR

# OS requirements as per
# https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html
# https://scancode-toolkit.readthedocs.io/en/stable/getting-started/installation/index.html#installation-prerequisites
# Also install universal-ctags and xgettext for symbol and string collection.
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
Expand All @@ -94,6 +94,7 @@ RUN apt-get update \
libzstd1 \
libgpgme11 \
libdevmapper1.02.1 \
libmagic1 \
git \
wait-for-it \
universal-ctags \
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies = [
"importlib-metadata==8.7.1",
"setuptools==82.0.0",
# Django related
"Django==6.0.3",
"Django==6.0.4",
"django-environ==0.13.0",
"django-crispy-forms==2.6",
"crispy-bootstrap3==2024.1",
Expand Down
Loading
Loading