diff --git a/requirements/edx/base.txt b/requirements/edx/base.txt index d8c10a994d..4e6301aef3 100644 --- a/requirements/edx/base.txt +++ b/requirements/edx/base.txt @@ -23,7 +23,6 @@ django-filter==1.0.4 django-ipware==1.1.0 django-model-utils==3.0.0 django-mptt>=0.8.6,<0.9 -django-oauth-plus==2.2.8 django-oauth-toolkit==0.12.0 django-pipeline-forgiving==1.0.0 django-pyfs==1.0.6 diff --git a/requirements/edx/github.txt b/requirements/edx/github.txt index b0dd5a2db9..aef91508e0 100644 --- a/requirements/edx/github.txt +++ b/requirements/edx/github.txt @@ -64,6 +64,10 @@ git+https://github.com/edx/pyfs.git@96e1922348bfe6d99201b9512a9ed946c87b7e0b#egg # The officially released version of django-debug-toolbar-mongo doesn't support DJDT 1.x. This commit does. git+https://github.com/hmarr/django-debug-toolbar-mongo.git@b0686a76f1ce3532088c4aee6e76b9abe61cc808#egg=django-debug-toolbar-mongo==0.1.10 +# Forked to get Django 1.10+ compat that is in origin BitBucket repo, without an official build. +# This can go away when we update auth to not use django-rest-framework-oauth +git+https://github.com/edx/django-oauth-plus.git@01ec2a161dfc3465f9d35b9211ae790177418316#egg=django-oauth-plus==2.2.9.edx-1 + # NOTE (CCB): This must remain. There is one commit on the upstream repo that has not been released to PyPI. git+https://github.com/edx/rfc6266.git@v0.0.5-edx#egg=rfc6266==0.0.5-edx