mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
web_widget_bokeh_chart: pin bokeh version
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
# web_widget_bokeh_chart
|
||||
# generated from manifests external_dependencies
|
||||
bokeh==1.1.0
|
||||
# web_widget_plotly_chart
|
||||
plotly==4.1.0
|
||||
# web_widget_mpld3_chart
|
||||
matplotlib==3.0.3; python_version < '3.7'
|
||||
matplotlib==3.4.1; python_version >= '3.7'
|
||||
mpld3==0.3
|
||||
mpld3
|
||||
plotly
|
||||
|
||||
@@ -2,5 +2,11 @@ import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
odoo_addon={
|
||||
"external_dependencies_override": {
|
||||
"python": {
|
||||
"bokeh": "bokeh==1.1.0",
|
||||
},
|
||||
}
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user