mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] requirement for bokeh should specify the version
This commit is contained in:
committed by
Christopher Ormaza
parent
9d4b20b7e8
commit
882943f057
@@ -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",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user