Skip to content

Commit

Permalink
Merge pull request #104 from mpast/bug-fix-server-error
Browse files Browse the repository at this point in the history
Fix #103 server error
  • Loading branch information
mpast authored Dec 7, 2023
2 parents 25b5523 + 93b187e commit d3a487f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ RUN apt-get update && \
apt-get clean && \
update-ca-certificates -f

# Avoid issue in libqt5gui5 #73
RUN strip --remove-section=.note.ABI-tag /usr/lib/x86_64-linux-gnu/libQt5Core.so.5

# Get JADX Tool
ENV JADX_VERSION 1.4.7

Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
django==3.2.22
psycopg2-binary==2.9.1
django==3.2.23
psycopg2==2.9.3
django-bootstrap4==3.0.1
django-widget-tweaks==1.4.8
django-fontawesome-5==1.0.18
Expand All @@ -15,7 +15,7 @@ Celery==5.2.2
django-filter==2.4.0
sqlalchemy==1.4.23
django-extensions==3.1.3
setuptools==65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
ipython>=8.10.0 # not directly required, pinned by Snyk to avoid a vulnerability
numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability
pillow>=10.0.1 # not directly required, pinned by Snyk to avoid a vulnerability
setuptools==65.5.1
ipython>=8.10.0
numpy>=1.22.2
pillow>=10.0.1

0 comments on commit d3a487f

Please sign in to comment.