From c9b95607ba8880e20f573fe2cd86b46b95ccbd96 Mon Sep 17 00:00:00 2001 From: Jochen Klar Date: Mon, 28 Aug 2023 09:39:32 +0200 Subject: [PATCH] Remove shibboleth from optional-dependencies --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f90c529851..600b572ab0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,9 +84,6 @@ mysql = [ postgres = [ "psycopg2-binary~=2.9.6", ] -shibboleth = [ - "django-shibboleth-remoteuser@ git+https://github.com/Brown-University-Library/django-shibboleth-remoteuser.git@main", -] pytest = [ "pytest~=7.4.0", "pytest-cov~=4.0.0",