Commit 02be7121 authored by Hanno Schlichting's avatar Hanno Schlichting

Explicitly state distribution dependencies instead of re-using the ZODB test requirements.

parent 0739457f
......@@ -4,6 +4,8 @@ Changelog
2.12.2 - unreleased
-------------------
- Explicitly state distribution dependencies instead of re-using the
ZODB test requirements.
2.12.1 - 2010-09-29
-------------------
......
......@@ -30,7 +30,9 @@ setup(name='tempstorage',
packages=find_packages('src'),
package_dir={'': 'src'},
install_requires=[
'ZODB3 [test] >= 3.9.0',
'setuptools',
'ZODB3 >= 3.9.0',
'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