Skip to content

Commit

Permalink
Update mufi installation in requirements files
Browse files Browse the repository at this point in the history
  • Loading branch information
tkim135 committed Aug 15, 2018
1 parent 6bd2973 commit df023c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions openedx/stanford/cms/envs/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
'freetextresponse',
'submit_and_compare',
'inline_dropdown',
'xblockmufi',
)
MAKO_TEMPLATES['main'] += glob(STANFORD_ROOT / 'djangoapps/*/templates')
MAKO_TEMPLATES['main'] += glob(STANFORD_ROOT / 'common/djangoapps/*/templates')
Expand Down
1 change: 1 addition & 0 deletions openedx/stanford/lms/envs/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
'freetextresponse',
'submit_and_compare',
'inline_dropdown',
'xblockmufi',
)
MAKO_TEMPLATES['main'] += glob(STANFORD_ROOT / 'djangoapps/*/templates')
MAKO_TEMPLATES['main'] += glob(STANFORD_ROOT / 'common/djangoapps/*/templates')
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/stanford.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ xblock-image-modal==0.4.1
-e git+https://github.com/Stanford-Online/[email protected]#egg=grademebutton
-e git+https://github.com/edx-solutions/xblock-ooyala.git@32d52edaa820dbdbf846d8a84f6bccbf0b9c8218#egg=xblock_ooyala_player-master
-e git+https://github.com/Stanford-Online/xblock-submit-and-compare.git@release/0.6.2#egg=xblock-submit-and-compare
-e git+https://github.com/Stanford-Online/xblock-mufi.git@ee853b8a7668a87c27d13d55c0d149a04b8657b8#egg=xblock_mufi-master
-e git+https://github.com/Stanford-Online/xblock-mufi.git@release/0.2.0#egg=xblock_mufi-master
-e git+https://github.com/Stanford-Online/edx-analytics-data-api-client.git@1b8260ce8dd6edb999fffc46b09f77c83f87e1f9#egg=edx-analytics-data-api-client
-e git+https://github.com/Stanford-Online/xblock-inline-dropdown.git@release/0.2#egg=inline_dropdown
-e git+https://github.com/Stanford-Online/xblock-in-video-quiz.git@release/v0.1.6#egg=invideoquiz_xblock
Expand Down

0 comments on commit df023c0

Please sign in to comment.