From 0b6ccec4038d2dcd3180531d0e86894b6774c99a Mon Sep 17 00:00:00 2001 From: olaf michaelis Date: Mon, 11 Dec 2023 18:10:54 +0100 Subject: [PATCH] Remove shibboleth entry from pyproject.toml --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9c572484fe..e9f6be43d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,9 +68,6 @@ dependencies = [ allauth = [ "django-allauth~=0.57.0", ] -shibboleth = [ - "django-shibboleth-remoteuser@git+https://github.com/rdmorganiser/django-shibboleth-remoteuser@v0.11" -] ci = [ "coveralls~=3.3", "rdmo[dev]",