Commit 2640ef23 authored by Jim Fulton's avatar Jim Fulton

Updated transaction dependency, since we depend on 1.1 features.

parent d400b034
...@@ -188,7 +188,7 @@ setup(name="ZODB3", ...@@ -188,7 +188,7 @@ setup(name="ZODB3",
tests_require = ['zope.testing', 'manuel'], tests_require = ['zope.testing', 'manuel'],
extras_require = dict(test=['zope.testing', 'manuel']), extras_require = dict(test=['zope.testing', 'manuel']),
install_requires = [ install_requires = [
'transaction', 'transaction >=1.1.0',
'zc.lockfile', 'zc.lockfile',
'ZConfig', 'ZConfig',
'zdaemon', 'zdaemon',
......
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