Commit 60cd7f1c by Chris Rossi

Don't explicitly depend on XModule--bootstrapping dependencies in the platform…

Don't explicitly depend on XModule--bootstrapping dependencies in the platform build in the right order seems to be tricky.
parent 295deaac
...@@ -5,6 +5,5 @@ setup( ...@@ -5,6 +5,5 @@ setup(
version="1.0", version="1.0",
packages=find_packages(exclude=["tests"]), packages=find_packages(exclude=["tests"]),
install_requires=[ install_requires=[
'XModule',
], ],
) )
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