📝 adding jupyter-pip as a dependency

This commit is contained in:
chfw 2017-08-15 09:53:57 +01:00
parent c3945afee1
commit ee69562dc4
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
jinja2==2.8
future
pillow
jupyter-pip

View File

@ -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'