fix init
This commit is contained in:
@ -2,4 +2,4 @@ from .abstract import AbstractChart, Window
|
|||||||
from .chart import Chart
|
from .chart import Chart
|
||||||
from .widgets import JupyterChart
|
from .widgets import JupyterChart
|
||||||
from .polygon import PolygonChart
|
from .polygon import PolygonChart
|
||||||
from .helpers import chart, Panel
|
from .helpers import chart, Panel, PlotAccessor
|
||||||
2
setup.py
2
setup.py
@ -5,7 +5,7 @@ with open('README.md', 'r', encoding='utf-8') as f:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='lightweight_charts',
|
name='lightweight_charts',
|
||||||
version='2.1.2',
|
version='2.1.3',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
python_requires='>=3.8',
|
python_requires='>=3.8',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
|
|||||||
Reference in New Issue
Block a user