mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2024-12-04 08:06:53 +00:00
django-cas-server does not support Django 3.1 and Python 3.9 yet
This commit is contained in:
parent
969e53b712
commit
bf2feb9c35
@ -1,4 +1,4 @@
|
||||
FROM python:3-alpine
|
||||
FROM python:3.8-alpine
|
||||
|
||||
ENV PYTHONUNBUFFERED 1
|
||||
ENV DJANGO_ALLOW_ASYNC_UNSAFE 1
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user