From 3cc0e7866fcabaa7bba8c2753de04d3678587573 Mon Sep 17 00:00:00 2001 From: "Kyle D. McCormick" Date: Thu, 22 Feb 2024 12:16:34 -0500 Subject: [PATCH] temp: install xblock==2.0.0 from GitHub --- requirements/edx/github.in | 2 ++ requirements/edx/kernel.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements/edx/github.in b/requirements/edx/github.in index ea6d47eec8a0..75b9752731fb 100644 --- a/requirements/edx/github.in +++ b/requirements/edx/github.in @@ -73,6 +73,8 @@ # # * Organize the URL into one of the two categories below: +# TEMPORARY! Remove before merge. +-e git+https://github.com/kdmccormick/xblock.git@kdmccormick/mixins#egg=xblock[django]==2.0.0 ############################################################################## # Release candidates being tested. diff --git a/requirements/edx/kernel.in b/requirements/edx/kernel.in index 3139561ff819..9b0ef60b14eb 100644 --- a/requirements/edx/kernel.in +++ b/requirements/edx/kernel.in @@ -158,5 +158,5 @@ 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 -XBlock[django] # Courseware component architecture +#XBlock[django] # Courseware component architecture # TEMPORARY! Put back before merge! xss-utils # https://github.com/edx/edx-platform/pull/20633 Fix XSS via Translations