[FIX] requirement for bokeh should specify the version

pull/2526/head
Lois Rilo 2021-03-31 10:53:54 +02:00 committed by OriolMForgeFlow
parent 87660a4473
commit c406cea10f
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
"website": "https://github.com/OCA/web",
"depends": ["web"],
"data": ["views/web_widget_bokeh_chart.xml"],
"external_dependencies": {"python": ["bokeh"]},
"external_dependencies": {"python": ["bokeh==1.1.0"]},
"auto_install": False,
"license": "LGPL-3",
}