[13.0] web_widget_bokeh_chart: specify bokeh version 1.1.0

update manifest to  set bokeh vesion to 1.1.0
pull/1920/head
Andrea Piovesana 2021-05-05 17:03:34 +02:00 committed by GitHub
parent 7f83ade71e
commit 04709b49a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",
}