🐛 quick fix for #113. demmand jupyter-pip==0.3.1

This commit is contained in:
chfw 2017-08-19 15:55:35 +01:00
parent ace23a9205
commit d556dcee78
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -18,7 +18,7 @@ __version__ = '0.1.9.6'
__author__ = 'chenjiandongx'
__author_email__ = 'chenjiandongx@qq.com'
__license__ = 'MIT'
__requires__ = ['pillow', 'jinja2', 'future', 'jupyter-pip']
__requires__ = ['pillow', 'jinja2', 'future', 'jupyter-pip==0.3.1']
__packages__ = ['pyecharts', 'pyecharts/charts', 'pyecharts/custom']
__keywords__ = ['echarts', 'charts']
__jupyter_echarts__ = 'pyecharts/templates/js/echarts'