-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eae8ecd
commit 766c0fa
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
cookiecutter==0.9.0 | ||
Django==1.8.4 | ||
Django>=1.8,<1.9 | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
nedbat
Contributor
|
||
lxml | ||
requests | ||
webob | ||
|
@nedbat Any particular reason for pinning django==1.8.4. Due to this fixed version edx-ora2 tests were failing. I have made it flexible, now edx-ora2 tests are passing but
xblock-sdk
build is failing.