Commit 8aafe686 by David Ormsbee

Update to XBlock version that installs workbench packages.

parent 38f5f508
# edX Internal Requirements # edX Internal Requirements
-e git+https://github.com/edx/XBlock.git@8eb2c4a02b#egg=XBlock git+https://github.com/edx/XBlock.git@1d228943#egg=XBlock
# Third Party Requirements # Third Party Requirements
django==1.4.8 django==1.4.8
......
# Grab everything in test (which pulls everything in base)
-r test.txt -r test.txt
# Debug tools # Debug tools
......
...@@ -27,7 +27,7 @@ def is_requirement(line): ...@@ -27,7 +27,7 @@ def is_requirement(line):
line = line.strip() line = line.strip()
# Skip blank lines, comments, and editable installs # Skip blank lines, comments, and editable installs
return not (line == '' or line.startswith('#') or line.startswith('-e')) return not (line == '' or line.startswith('#') or line.startswith('-e') or line.startswith('git+'))
REQUIREMENTS = [ REQUIREMENTS = [
......
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