chore: add oauth2_provider ownership (#29128)

This commit is contained in:
Rebecca Graber
2021-10-28 08:23:14 -04:00
committed by GitHub
parent d061f64b27
commit 9c0fd6296b

View File

@@ -51,6 +51,7 @@ THIRD_PARTY_APPS = {
'drf_yasg': 'https://github.com/axnsan12/drf-yasg',
'edx_sga': 'https://github.com/mitodl/edx-sga',
'lx_pathway_plugin': 'https://github.com/open-craft/lx-pathway-plugin',
'oauth2_provider': 'https://github.com/evonove/django-oauth-toolkit',
'rest_framework': 'https://github.com/encode/django-rest-framework',
'simple_history': 'https://github.com/treyhunner/django-simple-history',
'social_django': 'https://github.com/python-social-auth/social-app-django',