Acquisition needs zope.testing for the tests.

parent fcaf2fc8
......@@ -35,7 +35,7 @@ setup(name='Acquisition',
'_Acquisition.c')],
include_dirs=['include', 'src']),
],
install_requires=['ExtensionClass', 'zope.interface'],
install_requires=['ExtensionClass', 'zope.interface', 'zope.testing'],
include_package_data=True,
zip_safe=False,
)
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