Commit 2a01e387 authored by Julien Muchembled's avatar Julien Muchembled

setup.py: define all features even if they have no dependency

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2759 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 6e1932bd
......@@ -11,7 +11,10 @@ if not os.path.exists('mock.py'):
open('mock.py', 'w').write(mock_py)
extras_require = {
'admin': [],
'client': ['ZODB3 >= 3.9'],
'ctl': [],
'master': [],
'storage-btree': ['ZODB3'],
'storage-mysqldb': ['MySQL-python'],
}
......
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