Skip to content

Commit

Permalink
Require at least ExtensionClass 4.0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Dec 13, 2011
1 parent 4e0bbe1 commit 3538634
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@
'_Acquisition.c')],
include_dirs=['include', 'src']),
],
install_requires=['ExtensionClass', 'zope.interface'],
install_requires=[
'ExtensionClass >= 4.0a1',
'zope.interface',
],
include_package_data=True,
zip_safe=False,
)

0 comments on commit 3538634

Please sign in to comment.