3
0
Fork 0

[IMP] web_widget_mpld3_chart: black, isort, prettier

15.0-ocabot-merge-pr-2789-by-pedrobaeza-bump-patch
Christopher Ormaza 2022-01-07 09:52:20 -05:00 committed by Lois Rilo
parent 3638ab32d9
commit 04c4e4fb46
3 changed files with 8 additions and 0 deletions

View File

@ -1,2 +1,3 @@
# generated from manifests external_dependencies
bokeh==2.4.2
mpld3

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,
)