Commit ee5a462b authored by Jim Fulton's avatar Jim Fulton

Updated dependencies

parent a17499ec
...@@ -154,10 +154,10 @@ setup(name="ZODB", ...@@ -154,10 +154,10 @@ setup(name="ZODB",
'test': tests_require, 'test': tests_require,
}, },
install_requires = [ install_requires = [
'persistent >= 4.1.0', 'persistent >= 4.2.0',
'BTrees >= 4.2.0', 'BTrees >= 4.2.0',
'ZConfig', 'ZConfig',
'transaction >= 1.4.4', 'transaction >= 1.5.0',
'six', 'six',
'zc.lockfile', 'zc.lockfile',
'zope.interface', 'zope.interface',
......
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