mirror of https://github.com/OCA/web.git
[FIX] requirement for bokeh should specify the version
parent
6f6f2af346
commit
bc858ceba4
|
@ -12,7 +12,7 @@
|
||||||
"website": "https://github.com/OCA/web",
|
"website": "https://github.com/OCA/web",
|
||||||
"depends": ["web"],
|
"depends": ["web"],
|
||||||
"data": ["views/web_widget_bokeh_chart.xml"],
|
"data": ["views/web_widget_bokeh_chart.xml"],
|
||||||
"external_dependencies": {"python": ["bokeh"]},
|
"external_dependencies": {"python": ["bokeh==1.1.0"]},
|
||||||
"auto_install": False,
|
"auto_install": False,
|
||||||
"license": "LGPL-3",
|
"license": "LGPL-3",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue