mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
web_widget_plotly_chart: pin plotly version
As indicated in the addon README.
This commit is contained in:
@@ -2,5 +2,11 @@ import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
odoo_addon={
|
||||
"external_dependencies_override": {
|
||||
"python": {
|
||||
"plotly": "plotly==4.1.0",
|
||||
}
|
||||
}
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user