Commit cf42c427 authored by Tres Seaver's avatar Tres Seaver

Note dependency on ZODB 4.0.0b2.

The tests fail without that version.
parent 4d7f54c4
...@@ -4,7 +4,7 @@ CHANGES ...@@ -4,7 +4,7 @@ CHANGES
Unreleased Unreleased
---------- ----------
- Depend on ZODB >= 4.0.0b1 - Depend on ZODB >= 4.0.0b2
- Added support for Python 3.2 / 3.3. - Added support for Python 3.2 / 3.3.
......
...@@ -25,6 +25,7 @@ classifiers = """\ ...@@ -25,6 +25,7 @@ classifiers = """\
Intended Audience :: Developers Intended Audience :: Developers
License :: OSI Approved :: Zope Public License License :: OSI Approved :: Zope Public License
Programming Language :: Python Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.6 Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7 Programming Language :: Python :: 2.7
Programming Language :: Python :: 3 Programming Language :: Python :: 3
...@@ -94,7 +95,7 @@ setup(name="ZEO", ...@@ -94,7 +95,7 @@ setup(name="ZEO",
tests_require = tests_require, tests_require = tests_require,
extras_require = dict(test=tests_require), extras_require = dict(test=tests_require),
install_requires = [ install_requires = [
'ZODB >= 4.0.0b1', 'ZODB >= 4.0.0b2',
'six', 'six',
'transaction', 'transaction',
'persistent', 'persistent',
......
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