Undo revert.

This change was reverted along with the downgrade of super-csv because
it was believed that this change was causing issues with celery task
registration.

It was reverted in https://github.com/edx/edx-platform/pull/25762

The fix turned out to be something different and this and the
super-csv library should both be same to upgrade.  The library
upgrade will come in a follow-on make upgrade with some other
constraints that also need to be lifted.

Actual fix: https://github.com/edx/edx-platform/pull/25822
This commit is contained in:
Feanil Patel
2020-12-09 15:55:12 -05:00
parent 0c57a02119
commit cfc63722a5

View File

@@ -33,6 +33,7 @@ EDX_REPO_APPS = {
'integrated_channels': 'https://github.com/edx/edx-enterprise',
'organizations': 'https://github.com/edx/edx-organizations',
'search': 'https://github.com/edx/edx-search',
'super_csv': 'https://github.com/edx/super-csv',
'wiki': 'https://github.com/edx/django-wiki',
'lti_consumer': 'https://github.com/edx/xblock-lti-consumer',
}