Pin capa to require distribute greater than 28 because an old branch had it at 30

This commit is contained in:
Jay Zoldak
2013-05-31 11:24:49 -04:00
parent 86f62d5419
commit a5ee903ef5

View File

@@ -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"],
)