Commit 123b1ad6 by Douglas Hall

Updating edx-opaque-keys dependency

parent 3ecd8caf
...@@ -23,10 +23,7 @@ setup( ...@@ -23,10 +23,7 @@ setup(
install_requires=[ install_requires=[
"django>=1.8,<1.9", "django>=1.8,<1.9",
"django-model-utils", "django-model-utils",
"opaque-keys", "edx-opaque-keys>=0.2.1,<1.0.0",
],
dependency_links=[
"https://github.com/edx/opaque-keys/tarball/cba8e23f53ff3ce9d1f45871986c8974576185c0#egg=opaque-keys",
], ],
tests_require=[ tests_require=[
"coverage==3.7.1", "coverage==3.7.1",
......
Markdown is supported
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