Commit 22f3dc47 authored by Jim Fulton's avatar Jim Fulton

require a version of transaction with mutable _extension

parent 2b2b4595
...@@ -28,7 +28,7 @@ if (3, 0) < sys.version_info < (3, 4): ...@@ -28,7 +28,7 @@ if (3, 0) < sys.version_info < (3, 4):
install_requires = [ install_requires = [
'ZODB >= 5.0.0a5', 'ZODB >= 5.0.0a5',
'six', 'six',
'transaction >= 1.6.0', 'transaction >= 2.0.2',
'persistent >= 4.1.0', 'persistent >= 4.1.0',
'zc.lockfile', 'zc.lockfile',
'ZConfig', 'ZConfig',
......
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