-
- Downloads
Add context_label and context_title to LTI POST parameters; Add required...
Add context_label and context_title to LTI POST parameters; Add required requirements; add some docker devstack instructions;
Showing
- .gitignore 3 additions, 0 deletions.gitignore
- README.rst 49 additions, 0 deletionsREADME.rst
- lti_consumer/lti.py 16 additions, 11 deletionslti_consumer/lti.py
- lti_consumer/tests/unit/test_lti.py 20 additions, 17 deletionslti_consumer/tests/unit/test_lti.py
- requirements.txt 1 addition, 0 deletionsrequirements.txt
- setup.py 1 addition, 1 deletionsetup.py
- test_requirements.txt 1 addition, 0 deletionstest_requirements.txt
... | @@ -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