Commit f1c0f3a7 authored by Jim Fulton's avatar Jim Fulton

Require recent ZODB fixes

parent df13013f
......@@ -26,7 +26,7 @@ if (3, 0) < sys.version_info < (3, 4):
sys.exit(1)
install_requires = [
'ZODB >= 5.1.0',
'ZODB >= 5.1.1',
'six',
'transaction >= 2.0.3',
'persistent >= 4.1.0',
......
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