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

This commit is contained in:
Yohann D'ANELLO 2020-12-22 23:24:15 +01:00
parent 969e53b712
commit bf2feb9c35
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
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