Skip to content

Commit

Permalink
require newer ZODB needed for tests to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Jul 6, 2016
1 parent 8b4689d commit 54c31e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -115,7 +115,7 @@ def emit(self, record):
tests_require = tests_require,
extras_require = dict(test=tests_require),
install_requires = [
'ZODB >= 5.0.0a1',
'ZODB >= 5.0.0a5',
'six',
'transaction >= 1.6.0',
'persistent >= 4.1.0',
Expand Down

0 comments on commit 54c31e7

Please sign in to comment.