From 21a5c84b1859834ede4fbf31c242dc2a29520e7d Mon Sep 17 00:00:00 2001
From: mpeltriaux <Michel.Peltriaux@sgdnord.rlp.de>
Date: Thu, 4 Jul 2024 11:39:17 +0200
Subject: [PATCH] # Requirements update

* due to existing migrations, django-simple-sso needs to be added as a dependency as well as itsdangerous (dependency of django-simple-sso)
    * however, there is no active usage of any of these packages anymore
---
 requirements.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/requirements.txt b/requirements.txt
index e1815ae8..8ebb40df 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -24,10 +24,12 @@ django-environ==0.11.2
 django-filter==24.2
 django-fontawesome-5==1.0.18
 django-oauth-toolkit==2.4.0
+django-simple-sso==1.2.0
 django-tables2==2.7.0
 et-xmlfile==1.1.0
 gunicorn==22.0.0
 idna==3.7
+itsdangerous==0.24
 importlib_metadata==7.1.0
 jwcrypto==1.5.6
 kombu==5.3.7