From b5a4aeed794e21048a96bad30e0b890a5e2a7871 Mon Sep 17 00:00:00 2001 From: usamasadiq Date: Mon, 14 Dec 2020 12:06:56 +0500 Subject: [PATCH] Revert celery custom fork --- 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 930840b1fa..35174978dd 100644 --- a/requirements/edx/base.in +++ b/requirements/edx/base.in @@ -34,6 +34,7 @@ boto==2.39.0 # Deprecated version of the AWS SDK; we shou boto3==1.4.8 # Amazon Web Services SDK for Python botocore==1.8.17 # via boto3, s3transfer bridgekeeper # Used for determining permissions for courseware. +celery # Asynchronous task execution library chem # A helper library for chemistry calculations contextlib2 # We need contextlib2.ExitStack so we can stop using contextlib.nested which doesn't exist in python 3 crowdsourcehinter-xblock diff --git a/requirements/edx/github.in b/requirements/edx/github.in index b4b7cc5fa2..99a7af315a 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/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 --e git+https://github.com/edx/celery.git@cb85b6ca26cad14fee494342e9c2782d81119223#egg=celery # Third Party XBlocks