runbot/runbot/__openerp__.py
Sandy e55b112e66 Specify additional python dependency
Include matplotlib introduced in 32aecb13
2014-06-12 14:47:33 -04:00

18 lines
365 B
Python

{
'name': 'Runbot',
'category': 'Website',
'summary': 'Runbot',
'version': '1.0',
'description': "Runbot",
'author': 'OpenERP SA',
'depends': ['website'],
'external_dependencies': {
'python': ['matplotlib'],
},
'data': [
'runbot.xml',
'security/ir.model.access.csv',
],
'installable': True,
}