Revert celery custom fork

This commit is contained in:
usamasadiq
2020-12-14 12:06:56 +05:00
parent 07bb471e3d
commit b5a4aeed79
2 changed files with 1 additions and 1 deletions

View File

@@ -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

View File

@@ -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