diff --git a/requirements/edx/base.txt b/requirements/edx/base.txt index fb7d6ba80c..0d892a5464 100644 --- a/requirements/edx/base.txt +++ b/requirements/edx/base.txt @@ -118,7 +118,6 @@ django-cors-headers==0.13 # Debug toolbar django_debug_toolbar==1.2.2 -django-debug-toolbar-mongo # Used for testing astroid==1.3.4 diff --git a/requirements/edx/github.txt b/requirements/edx/github.txt index 32abc72414..868b60beff 100644 --- a/requirements/edx/github.txt +++ b/requirements/edx/github.txt @@ -25,6 +25,8 @@ git+https://github.com/mfogel/django-settings-context-processor.git@b758c3930862 # back to master when and if this fix is merged back. # fs==0.4.0 git+https://github.com/pmitros/pyfs.git@96e1922348bfe6d99201b9512a9ed946c87b7e0b +# 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 # Our libraries: -e git+https://github.com/edx/XBlock.git@1934a2978cdd3e2414486c74b76e3040ff1fb138#egg=XBlock