Commit 00da44b2 authored by Michael Howitz's avatar Michael Howitz

Added not declared, but needed test dependency on `zope.testing`.

parent 1a36fdba
......@@ -5,7 +5,7 @@ CHANGES
3.11.2 (unreleased)
-------------------
- ...
- Added not declared, but needed test dependency on `zope.testing`.
3.11.1 (2010-04-30)
......
......@@ -63,8 +63,10 @@ setup(name='zope.container',
], include_dirs=['include']),
],
extras_require=dict(
test=['zope.configuration',
test=[
'zope.configuration',
'zope.security',
'zope.testing',
]),
install_requires=['setuptools',
'zope.interface',
......
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