From 2f8c9b54e7c42bbd62dca80d658832c77f36f992 Mon Sep 17 00:00:00 2001
From: bleizi <bleizi@crans.org>
Date: Wed, 24 Jan 2024 19:58:55 +0100
Subject: [PATCH] Remove importation of django-cas-server which is not
 compatible with django 4.2

---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 5548fd4b..7af89d9f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,7 +1,7 @@
 beautifulsoup4~=4.12.3
 Django~=4.2.9
 django-bootstrap-datepicker-plus~=5.0.5
-django-cas-server~=2.0.0
+#django-cas-server~=2.0.0
 django-colorfield~=0.11.0
 django-crispy-forms~=2.1.0
 django-extensions>=3.2.3
-- 
GitLab