Commit 0a4dcf1e by Ned Batchelder

Update the requirements.

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