Commit cd82bd05 by Jay Zoldak

Merge pull request #20 from edx/zoldak/distribute-version

require distribute >= because there is an old branch out there that messes up the build server
parents 1c0bcf47 a5ee903e
......@@ -4,5 +4,5 @@ setup(
name="capa",
version="0.1",
packages=find_packages(exclude=["tests"]),
install_requires=["distribute==0.6.28"],
install_requires=["distribute>=0.6.28"],
)
......@@ -4,7 +4,7 @@ beautifulsoup4==4.1.3
beautifulsoup==3.2.1
boto==2.6.0
celery==3.0.19
distribute==0.6.28
distribute>=0.6.28
django-celery==3.0.17
django-countries==1.5
django-followit==0.0.3
......
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