[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

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