Skip to content
Snippets Groups Projects
Commit 29f0a5b1 authored by Clinton Blackburn's avatar Clinton Blackburn
Browse files

Updated XModule opaque-keys dependency

Using edx-opaque-keys instead of opaque-keys
parent 0ddf4689
No related merge requests found
......@@ -46,7 +46,7 @@ XBLOCKS = [
setup(
name="XModule",
version="0.1",
version="0.1.1",
packages=find_packages(exclude=["tests"]),
install_requires=[
'setuptools',
......@@ -54,7 +54,7 @@ setup(
'capa',
'path.py',
'webob',
'opaque-keys',
'edx-opaque-keys>=0.2.1,<1.0.0',
],
package_data={
'xmodule': ['js/module/*'],
......
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