Commit 0722f02c by dragonfi

Add xblock-utils requirement

parent ad5c1f89
-e . -e .
unicodecsv==0.9.4 unicodecsv==0.9.4
-e git://github.com/nosedjango/nosedjango.git@ed7d7f9aa969252ff799ec159f828eaa8c1cbc5a#egg=nosedjango-dev -e git://github.com/nosedjango/nosedjango.git@ed7d7f9aa969252ff799ec159f828eaa8c1cbc5a#egg=nosedjango-dev
-e git://github.com/edx-solutions/xblock-utils.git#egg=xblock-utils
...@@ -70,7 +70,9 @@ setup( ...@@ -70,7 +70,9 @@ setup(
packages=['mentoring', 'mentoring.migrations'], packages=['mentoring', 'mentoring.migrations'],
install_requires=[ install_requires=[
'XBlock', 'XBlock',
'xblock-utils',
], ],
dependency_links = ['http://github.com/edx-solutions/xblock-utils/tarball/master#egg=xblock-utils'],
entry_points={ entry_points={
'xblock.v1': BLOCKS, 'xblock.v1': BLOCKS,
'xblock.light_children': BLOCKS_CHILDREN, 'xblock.light_children': BLOCKS_CHILDREN,
......
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