From 95dcb3ef68246eb18f0208afc6b1844a8daf8783 Mon Sep 17 00:00:00 2001 From: "Kyle D. McCormick" Date: Tue, 19 Mar 2024 15:27:11 -0400 Subject: [PATCH] Revert "temp: install XBlock==3.0.0 from GitHub" This reverts commit 7f5e5dbe3595e91d002521fa333b9327f0fa8867. --- requirements/edx/github.in | 2 -- requirements/edx/kernel.in | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/requirements/edx/github.in b/requirements/edx/github.in index e23b784c5358..ea6d47eec8a0 100644 --- a/requirements/edx/github.in +++ b/requirements/edx/github.in @@ -73,8 +73,6 @@ # # * 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]==3.0.0 ############################################################################## # Release candidates being tested. diff --git a/requirements/edx/kernel.in b/requirements/edx/kernel.in index ff7bb9e47d75..1f2b7a6c5bfb 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 # TEMPORARY! Put back before merge! +XBlock[django] # Courseware component architecture xss-utils # https://github.com/openedx/edx-platform/pull/20633 Fix XSS via Translations