Commit 74bdff97 authored by Vincent Pelletier's avatar Vincent Pelletier

setup: Specify ZODB minimum version.

parent b95f0114
......@@ -26,7 +26,7 @@ if not os.path.exists('mock.py'):
extras_require = {
'admin': [],
'client': ['ZODB3'], # ZODB3 >= 3.10
'client': ['ZODB3>=3.10'],
'ctl': [],
'master': [],
'storage-sqlite': [],
......
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