From 9ffd73fe4b3bf138b94fc7972772da44eb0d2efe Mon Sep 17 00:00:00 2001 From: Cristhian Garcia Date: Wed, 13 Mar 2024 14:41:06 -0500 Subject: [PATCH] chore: install platform-plugin-aspects v0.3.0 --- tutoraspects/plugin.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tutoraspects/plugin.py b/tutoraspects/plugin.py index caaaf097e..85231c588 100644 --- a/tutoraspects/plugin.py +++ b/tutoraspects/plugin.py @@ -41,10 +41,7 @@ ( "OPENEDX_EXTRA_PIP_REQUIREMENTS", [ - ( - "git+https://github.com/openedx/platform-plugin-aspects.git@jill/migrate-xblock" - "#egg=platform-plugin-aspects==0.3.0" - ), + "platform-plugin-aspects==0.3.0", "edx-event-routing-backends==v8.1.1", ], ),