build: Drop the user-util dependency.

This commit is contained in:
Feanil Patel
2025-09-22 15:40:47 -04:00
parent 89d72074fd
commit 70391fcc6e

View File

@@ -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?