[IMP] web_widget_mpld3_chart: Force version of mpld3

This commit is contained in:
Jordi Ballester Alomar
2023-01-17 15:18:50 +01:00
parent 0f02e29462
commit 503d049d27
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# generated from manifests external_dependencies # generated from manifests external_dependencies
beautifulsoup4 beautifulsoup4
bokeh==2.4.2 bokeh==2.4.2
mpld3 mpld3==0.5.7

View File

@@ -10,7 +10,7 @@
"website": "https://github.com/OCA/web", "website": "https://github.com/OCA/web",
"depends": ["web"], "depends": ["web"],
"data": [], "data": [],
"external_dependencies": {"python": ["mpld3", "beautifulsoup4"]}, "external_dependencies": {"python": ["mpld3==0.5.7", "beautifulsoup4"]},
"auto_install": False, "auto_install": False,
"development_status": "Beta", "development_status": "Beta",
"maintainers": ["JordiBForgeFlow", "ChrisOForgeFlow"], "maintainers": ["JordiBForgeFlow", "ChrisOForgeFlow"],