Merge pull request #10600 from edx/task/douglashall/PHX-201/xblock_lti_consumer
Sprint Solutions:Zug PHX-200 PHX-201 Adding LTI consumer XBlock to requirements
This commit is contained in:
@@ -993,6 +993,7 @@ ADVANCED_COMPONENT_TYPES = [
|
|||||||
'word_cloud',
|
'word_cloud',
|
||||||
'graphical_slider_tool',
|
'graphical_slider_tool',
|
||||||
'lti',
|
'lti',
|
||||||
|
'lti_consumer',
|
||||||
'library_content',
|
'library_content',
|
||||||
'edx_sga',
|
'edx_sga',
|
||||||
'problem-builder',
|
'problem-builder',
|
||||||
|
|||||||
@@ -89,12 +89,13 @@ git+https://github.com/edx/edx-val.git@0.0.8#egg=edxval==0.0.8
|
|||||||
-e git+https://github.com/edx/edx-search.git@release-2015-11-17#egg=edx-search==0.1.1
|
-e git+https://github.com/edx/edx-search.git@release-2015-11-17#egg=edx-search==0.1.1
|
||||||
-e git+https://github.com/edx/edx-milestones.git@release-2015-11-17#egg=edx-milestones==0.1.5
|
-e git+https://github.com/edx/edx-milestones.git@release-2015-11-17#egg=edx-milestones==0.1.5
|
||||||
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
|
||||||
-e git+https://github.com/edx/xblock-utils.git@213a97a50276d6a2504d8133650b2930ead357a0#egg=xblock-utils
|
-e git+https://github.com/edx/xblock-utils.git@v1.0.0#egg=xblock-utils==v1.0.0
|
||||||
-e git+https://github.com/edx-solutions/xblock-google-drive.git@138e6fa0bf3a2013e904a085b9fed77dab7f3f21#egg=xblock-google-drive
|
-e git+https://github.com/edx-solutions/xblock-google-drive.git@138e6fa0bf3a2013e904a085b9fed77dab7f3f21#egg=xblock-google-drive
|
||||||
-e git+https://github.com/edx/edx-reverification-block.git@0.0.5#egg=edx-reverification-block==0.0.5
|
-e git+https://github.com/edx/edx-reverification-block.git@0.0.5#egg=edx-reverification-block==0.0.5
|
||||||
-e git+https://github.com/edx/edx-user-state-client.git@30c0ad4b9f57f8d48d6943eb585ec8a9205f4469#egg=edx-user-state-client
|
-e git+https://github.com/edx/edx-user-state-client.git@30c0ad4b9f57f8d48d6943eb585ec8a9205f4469#egg=edx-user-state-client
|
||||||
git+https://github.com/edx/edx-organizations.git@release-2015-11-25#egg=edx-organizations==0.1.9
|
git+https://github.com/edx/edx-organizations.git@release-2015-11-25#egg=edx-organizations==0.1.9
|
||||||
git+https://github.com/edx/edx-proctoring.git@0.11.2#egg=edx-proctoring==0.11.2
|
git+https://github.com/edx/edx-proctoring.git@0.11.2#egg=edx-proctoring==0.11.2
|
||||||
|
git+https://github.com/edx/xblock-lti-consumer.git@v1.0.0#egg=xblock-lti-consumer==v1.0.0
|
||||||
|
|
||||||
# Third Party XBlocks
|
# Third Party XBlocks
|
||||||
-e git+https://github.com/mitodl/edx-sga@172a90fd2738f8142c10478356b2d9ed3e55334a#egg=edx-sga
|
-e git+https://github.com/mitodl/edx-sga@172a90fd2738f8142c10478356b2d9ed3e55334a#egg=edx-sga
|
||||||
|
|||||||
Reference in New Issue
Block a user