From b14b78857026e42cccc2c9afac99ac054313c767 Mon Sep 17 00:00:00 2001 From: "Kyle D. McCormick" Date: Wed, 22 May 2024 10:12:48 -0400 Subject: [PATCH] fix: squash: add missing wrapt dependency to kernel.in --- requirements/edx/kernel.in | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements/edx/kernel.in b/requirements/edx/kernel.in index 1d7c8c0dff91..2c005cb61136 100644 --- a/requirements/edx/kernel.in +++ b/requirements/edx/kernel.in @@ -156,5 +156,6 @@ unicodecsv # Easier support for CSV files with unicode 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? XBlock[django] # Courseware component architecture xss-utils # https://github.com/openedx/edx-platform/pull/20633 Fix XSS via Translations