Commit 0a4dcf1e by Ned Batchelder

Update the requirements.

parent 13efeaa5
......@@ -4,16 +4,18 @@ setup(
name="XModule",
version="0.1",
packages=find_packages(exclude=["tests"]),
install_requires=['distribute'],
package_data={
'xmodule': ['js/module/*']
},
requires=[
install_requires=[
'distribute',
'capa',
# TODO: This isn't actually forcing an install, for some reason
'fs (>= 0.4.0)',
'fs >=0.4.0',
'mako',
'pyyaml',
'lxml',
'requests',
],
package_data={
'xmodule': ['js/module/*']
},
# See http://guide.python-distribute.org/creation.html#entry-points
# for a description of entry_points
......
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