-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from edly-io/rehan/raccoongang-working-branch-c…
…hanges Brings changes from working branch in raccoongang repo
- Loading branch information
Showing
29 changed files
with
224 additions
and
686 deletions.
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 |
---|---|---|
|
@@ -47,16 +47,12 @@ def package_data(pkg, roots): | |
packages=[ | ||
'video_xblock', | ||
], | ||
dependency_links=[ | ||
# At the moment of writing PyPI hosts outdated version of xblock-utils, hence git | ||
# Replace dependency links with numbered versions when it's released on PyPI | ||
'git+https://github.com/edx/[email protected]#egg=xblock-utils==1.0.5', | ||
], | ||
install_requires=[ | ||
'XBlock>=0.4.10,<2.0.0', | ||
'xblock-utils', | ||
'le-pycaption', | ||
'requests>=2.9.1,<3.0.0', | ||
'babelfish>=0.5.5,<0.6.0', | ||
'XBlock>=0.4.10,<2.0.0', | ||
], | ||
entry_points={ | ||
'xblock.v1': [ | ||
|
@@ -71,5 +67,5 @@ def package_data(pkg, roots): | |
'html5-player = video_xblock.backends.html5:Html5Player', | ||
] | ||
}, | ||
package_data=package_data("video_xblock", ["static", ]), | ||
package_data=package_data("video_xblock", ["static", "backends", "public", "tests", "workbench"]), | ||
) |
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
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
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
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
Oops, something went wrong.