[IMP] web_widget_mpld3_chart: black, isort, prettier

pull/2539/head
Christopher Ormaza 2023-06-22 12:10:58 -05:00
parent 48138beaa2
commit 22ba43008b
3 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# generated from manifests external_dependencies
beautifulsoup4
bokeh==3.1.1
mpld3==0.5.7
plotly==5.13.1

View File

@ -0,0 +1 @@
../../../../web_widget_mpld3_chart

View File

@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)