Commit e430556f by David Ormsbee

Add XBlock and xblock-sdk dependencies separately (latter has workbench and sample XBlocks)

parent 4ac98443
# edX Internal Requirements # edX Internal Requirements
git+https://github.com/edx/XBlock.git@1d228943#egg=XBlock git+https://github.com/edx/XBlock.git@d38ea051#egg=XBlock
git+https://github.com/ormsbee/xblock-sdk.git@3c092c27#egg=xblock-sdk
# Third Party Requirements # Third Party Requirements
django==1.4.8 Django >= 1.4, < 1.5
django-extensions==1.3.3 django-extensions==1.3.3
djangorestframework==2.3.5 djangorestframework==2.3.5
Mako==0.9.1 Mako==0.9.1
...@@ -133,7 +133,7 @@ INSTALLED_APPS = ( ...@@ -133,7 +133,7 @@ INSTALLED_APPS = (
# XBlock # XBlock
'workbench', 'workbench',
'demo_xblocks', 'sample_xblocks.basic', # Needs to be an app for template lookup
# edx-tim apps # edx-tim apps
'submissions', 'submissions',
......
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