Merge pull request #38 from edx/aed/EDUCATOR-2516
Add context_title and context_label parameters
Showing
| ... | @@ -2,6 +2,7 @@ lxml | ... | @@ -2,6 +2,7 @@ lxml |
| bleach | bleach | ||
| oauthlib | oauthlib | ||
| mako | mako | ||
| lazy | |||
| git+https://github.com/edx/XBlock.git#egg=XBlock | git+https://github.com/edx/XBlock.git#egg=XBlock | ||
| git+https://github.com/edx/xblock-utils.git@v1.0.0#egg=xblock-utils==v1.0.0 | git+https://github.com/edx/xblock-utils.git@v1.0.0#egg=xblock-utils==v1.0.0 | ||
| -e . | -e . |
| ... | @@ -3,6 +3,7 @@ | ... | @@ -3,6 +3,7 @@ |
| django-nose==1.4.4 | django-nose==1.4.4 | ||
| astroid==1.3.8 # Pinning to avoid backwards incompatibility issue with pylint/pylint-django | astroid==1.3.8 # Pinning to avoid backwards incompatibility issue with pylint/pylint-django | ||
| coveralls | coveralls | ||
| mock | |||
| pep8 | pep8 | ||
| git+https://github.com/edx/django-pyfs.git@1.0.3#egg=django-pyfs==1.0.3 | git+https://github.com/edx/django-pyfs.git@1.0.3#egg=django-pyfs==1.0.3 | ||
| git+https://github.com/edx/edx-lint.git@v0.3.2#egg=edx_lint==0.3.2 | git+https://github.com/edx/edx-lint.git@v0.3.2#egg=edx_lint==0.3.2 | ||
| ... | ... |
Please
register
or
sign in
to comment