web_widget_bokeh_chart: pin bokeh version

This commit is contained in:
Stéphane Bidoul
2022-05-04 15:14:40 +02:00
parent f7a3092f29
commit 36471acd47
2 changed files with 10 additions and 8 deletions

View File

@@ -2,5 +2,11 @@ import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
odoo_addon={
"external_dependencies_override": {
"python": {
"bokeh": "bokeh==1.1.0",
},
}
}
)