Update app
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
# pull official base image
|
||||
FROM python:3.7.2
|
||||
FROM python:3.8
|
||||
|
||||
# set environment varibles
|
||||
ENV PYTHONDONTWRITEBYTECODE 1
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user