Merge pull request #21219 from cpennington/permission-courseware-enable-masquerade

Permission courseware enable masquerade
This commit is contained in:
Calen Pennington
2019-07-31 14:15:28 -04:00
committed by GitHub
9 changed files with 134 additions and 15 deletions

View File

@@ -100,6 +100,7 @@ help-tokens
html5lib # HTML parser, used for capa problems
ipaddress # Ip network support for Embargo feature
jsonfield # Django model field for validated JSON; used in several apps
laboratory # Library for testing that code refactors/infrastructure changes produce identical results
mailsnake # Needed for mailchimp (mailing djangoapp)
mako==1.0.2 # Primary template language used for server-side page rendering
Markdown # Convert text markup to HTML; used in capa problems, forums, and course wikis

View File

@@ -147,6 +147,7 @@ jmespath==0.9.4 # via boto3, botocore
jsondiff==1.2.0 # via edx-enterprise
jsonfield==2.0.2
kombu==3.0.37 # via celery
laboratory==1.0.2
lazy==1.1
lepl==5.1.3 # via rfc6266-parser
libsass==0.10.0

View File

@@ -188,6 +188,7 @@ jmespath==0.9.4
jsondiff==1.2.0
jsonfield==2.0.2
kombu==3.0.37
laboratory==1.0.2
lazy-object-proxy==1.4.1
lazy==1.1
lepl==5.1.3

View File

@@ -182,6 +182,7 @@ jmespath==0.9.4
jsondiff==1.2.0
jsonfield==2.0.2
kombu==3.0.37
laboratory==1.0.2
lazy-object-proxy==1.4.1 # via astroid
lazy==1.1
lepl==5.1.3