Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-ora2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-ora2
Commits
abc15bb9
Commit
abc15bb9
authored
Jan 31, 2014
by
David Ormsbee
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #22 from edx/xblock_unbreak
Update to XBlock version that installs workbench packages.
parents
38f5f508
8aafe686
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
requirements/base.txt
+1
-1
requirements/dev.txt
+0
-1
setup.py
+1
-1
No files found.
requirements/base.txt
View file @
abc15bb9
# 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
django==1.4.8
...
...
requirements/dev.txt
View file @
abc15bb9
# Grab everything in test (which pulls everything in base)
-r test.txt
# Debug tools
...
...
setup.py
View file @
abc15bb9
...
...
@@ -27,7 +27,7 @@ def is_requirement(line):
line
=
line
.
strip
()
# 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
=
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment