Update app

This commit is contained in:
compute
2024-05-16 18:19:44 +00:00
parent 4dc4cd891f
commit 3bf57e060a
4 changed files with 11 additions and 15 deletions

View File

@ -1,5 +1,5 @@
# pull official base image
FROM python:3.7.2
FROM python:3.8
# set environment varibles
ENV PYTHONDONTWRITEBYTECODE 1

View File

@ -1,8 +1,8 @@
Django==2.1.4
psycopg2==2.8.3
gunicorn==19.9.0
lxml==4.2.5
tqdm==4.28.1
django-watson==1.5.2
django-tables2==2.0.3
Django==4.2.13
psycopg2==2.9.9
gunicorn==22.0.0
lxml==5.2.1
tqdm==4.66.4
django-watson==1.6.3
django-tables2==2.7.0
django-jchart==0.4.2