[FIX] requirement for bokeh should specify the version

This commit is contained in:
Lois Rilo
2021-03-31 10:53:54 +02:00
parent d8744d7e8d
commit d16c4379c9
2 changed files with 2 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
# generated from manifests external_dependencies
bokeh
bokeh==1.1.0

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",
}