upgrade supercsv

Includes additional monitoring of celery tasks
in supercsv.

ARCHBOM-1636
This commit is contained in:
Robert Raposa
2020-12-01 18:02:09 -05:00
parent 4dda73d797
commit 8809c73395
4 changed files with 7 additions and 6 deletions

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',
}