Commit 4f991eba by Sarina Canelake

Merge pull request #8718 from open-craft/smarnach/add-poll-xblock

Add the Poll XBlock to the requirements.
parents cd3abf37 e8398b57
......@@ -922,6 +922,8 @@ ADVANCED_COMPONENT_TYPES = [
'edx_sga',
'problem-builder',
'pb-dashboard',
'poll',
'survey',
# XBlocks from pmitros repos are prototypes. They should not be used
# except for edX Learning Sciences experiments on edge.edx.org without
# further work to make them robust, maintainable, finalize data formats,
......
......@@ -57,3 +57,4 @@ git+https://github.com/edx/ecommerce-api-client.git@1.0.0#egg=ecommerce-api-clie
# Third Party XBlocks
-e git+https://github.com/mitodl/edx-sga@172a90fd2738f8142c10478356b2d9ed3e55334a#egg=edx-sga
-e git+https://github.com/open-craft/xblock-poll@v1.0#egg=xblock-poll
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment