Specify additional python dependency

Include matplotlib introduced in 32aecb13
This commit is contained in:
Sandy 2014-06-12 14:47:33 -04:00
parent f37354b054
commit e55b112e66

View File

@ -6,6 +6,9 @@
'description': "Runbot",
'author': 'OpenERP SA',
'depends': ['website'],
'external_dependencies': {
'python': ['matplotlib'],
},
'data': [
'runbot.xml',
'security/ir.model.access.csv',