mirror of
https://github.com/pyecharts/pyecharts.git
synced 2025-12-08 20:59:23 +00:00
📝 adding jupyter-pip as a dependency
This commit is contained in:
parent
c3945afee1
commit
ee69562dc4
@ -1,3 +1,4 @@
|
||||
jinja2==2.8
|
||||
future
|
||||
pillow
|
||||
jupyter-pip
|
||||
|
||||
2
setup.py
2
setup.py
@ -18,7 +18,7 @@ __version__ = '0.1.9.5'
|
||||
__author__ = 'chenjiandongx'
|
||||
__author_email__ = 'chenjiandongx@qq.com'
|
||||
__license__ = 'MIT'
|
||||
__requires__ = ['pillow', 'jinja2', 'future']
|
||||
__requires__ = ['pillow', 'jinja2', 'future', 'jupyter-pip']
|
||||
__packages__ = ['pyecharts', 'pyecharts/charts', 'pyecharts/custom']
|
||||
__keywords__ = ['echarts', 'charts']
|
||||
__jupyter_echarts__ = 'pyecharts/templates/js/echarts'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user