add new module pillow and remove Imgae

This commit is contained in:
chenjiandongx 2017-08-10 14:38:29 +08:00
parent 0b2f8e0149
commit c6634ee41e
3 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,7 @@
# from PIL import Image
# except ImportError:
# import Image
from PIL import Image
from pyecharts.base import Base

View File

@ -1,3 +1,4 @@
pprint==0.1
jinja2==2.8
future
pillow

View File

@ -13,7 +13,7 @@ __version__ = '0.1.9.3'
__author__ = 'chenjiandongx'
__author_email__ = 'chenjiandongx@qq.com'
__license__ = 'MIT'
__requires__ = ['pprint', 'jinja2', 'future']
__requires__ = ['pprint', 'pillow', 'jinja2', 'future']
__packages__ = ['pyecharts', 'pyecharts/charts']
__keywords__ = ['echarts', 'charts']