Pin capa to require distribute greater than 28 because an old branch had it at 30
This commit is contained in:
@@ -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"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user