From 6e339c6b173dce3780f081272918461746128ca4 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Fri, 19 Sep 2025 10:00:39 -0400 Subject: [PATCH] fix: Update to use the upstream store. Our changes have been merged and released upstream so we can just use the default version of the store again. --- plugins/tutor-contrib-ltistore/tutor_ltistore/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tutor-contrib-ltistore/tutor_ltistore/plugin.py b/plugins/tutor-contrib-ltistore/tutor_ltistore/plugin.py index da27fe3..98e636d 100644 --- a/plugins/tutor-contrib-ltistore/tutor_ltistore/plugin.py +++ b/plugins/tutor-contrib-ltistore/tutor_ltistore/plugin.py @@ -21,7 +21,7 @@ # so we're making this a config value you can change. ( "LTISTORE_PIP_INSTALL", - "git+https://github.com/feanil/openedx-ltistore.git@feanil/minimal_lti1p3_fixes", + "openedx-ltistore", ), ] )