Skip to content

Commit

Permalink
Require recent ZODB fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Nov 18, 2016
1 parent df13013 commit f1c0f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -26,7 +26,7 @@
sys.exit(1)

install_requires = [
'ZODB >= 5.1.0',
'ZODB >= 5.1.1',
'six',
'transaction >= 2.0.3',
'persistent >= 4.1.0',
Expand Down

0 comments on commit f1c0f3a

Please sign in to comment.