From 083c80dea3aa4c242930b16e597e8358e2f804c6 Mon Sep 17 00:00:00 2001 From: Soban Javed Date: Wed, 7 Apr 2021 14:31:50 +0500 Subject: [PATCH] refactor: install DoneXBlock from PyPI instead of github hash --- requirements/edx/base.in | 1 + requirements/edx/github.in | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/edx/base.in b/requirements/edx/base.in index 510fa26180..fa8ca7fb4a 100644 --- a/requirements/edx/base.in +++ b/requirements/edx/base.in @@ -69,6 +69,7 @@ django-user-tasks django-waffle django-webpack-loader # Used to wire webpack bundles into the django asset pipeline djangorestframework +done-xblock edx-ace edx-analytics-data-api-client edx-api-doc-tools diff --git a/requirements/edx/github.in b/requirements/edx/github.in index 4d278a3764..2e405cae0c 100644 --- a/requirements/edx/github.in +++ b/requirements/edx/github.in @@ -68,7 +68,6 @@ git+https://github.com/edx/django-ratelimit-backend.git@v2.0.1a5#egg=django-rate -e git+https://github.com/edx/codejail.git@3.1.3#egg=codejail==3.1.3 -e git+https://github.com/edx/acid-block.git@758855a67d2f12bd74db4d5e7a0862d6e65f079c#egg=acid-xblock -e git+https://github.com/edx/RateXBlock.git@2.0.1#egg=rate-xblock --e git+https://github.com/edx/DoneXBlock.git@2.0.3#egg=done-xblock -e git+https://github.com/edx-solutions/xblock-google-drive.git@2d176468e33c0713c911b563f8f65f7cf232f5b6#egg=xblock-google-drive # Third Party XBlocks