From 70391fcc6efc8927d548f6a5268d1f9194312494 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Mon, 22 Sep 2025 15:40:47 -0400 Subject: [PATCH] build: Drop the user-util dependency. --- requirements/edx/kernel.in | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements/edx/kernel.in b/requirements/edx/kernel.in index 043c8f4794..2b043f71dd 100644 --- a/requirements/edx/kernel.in +++ b/requirements/edx/kernel.in @@ -155,7 +155,6 @@ sorl-thumbnail sortedcontainers # Provides SortedKeyList, used for lists of XBlock assets stevedore # Support for runtime plugins, used for XBlocks and edx-platform Django app plugins unicodecsv # Easier support for CSV files with unicode text -user-util # Functionality for retiring users (GDPR compliance) webob web-fragments # Provides the ability to render fragments of web pages wrapt # Better functools.wrapped. TODO: functools has since improved, maybe we can switch?