Merge branch 'improvements' into 'master'

django-cas-server does not support Django 3.1 and Python 3.9 yet

See merge request animath/si/plateforme-corres2math!9
This commit is contained in:
Yohann D'ANELLO 2020-12-22 22:29:51 +00:00
commit a82c6b4673
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM python:3-alpine
FROM python:3.8-alpine
ENV PYTHONUNBUFFERED 1
ENV DJANGO_ALLOW_ASYNC_UNSAFE 1

View File

@ -1,4 +1,4 @@
Django~=3.1
Django~=3.0
django-bootstrap-datepicker-plus~=3.0
django-cas-server~=1.2
django-crispy-forms~=1.9