Upgrade to edx-opaque-keys 1.0.1 (#20817)

This commit is contained in:
Jeremy Bowman
2019-06-14 12:15:44 -04:00
committed by GitHub
parent dd4fbf7736
commit 45e390d0ea
8 changed files with 26 additions and 29 deletions

View File

@@ -44,7 +44,7 @@ XBLOCKS_ASIDES = [
setup(
name="XModule",
version="0.1.1",
version="0.1.2",
packages=find_packages(exclude=["tests"]),
install_requires=[
'setuptools',
@@ -52,7 +52,7 @@ setup(
'capa',
'path.py',
'webob',
'edx-opaque-keys>=0.4.0,<1.0.0',
'edx-opaque-keys>=0.4.0',
],
package_data={
'xmodule': ['js/module/*'],