mirror of
https://github.com/pyecharts/pyecharts.git
synced 2025-12-08 20:59:23 +00:00
add new module pillow and remove Imgae
This commit is contained in:
parent
0b2f8e0149
commit
c6634ee41e
@ -5,6 +5,7 @@
|
||||
# from PIL import Image
|
||||
# except ImportError:
|
||||
# import Image
|
||||
|
||||
from PIL import Image
|
||||
|
||||
from pyecharts.base import Base
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
pprint==0.1
|
||||
jinja2==2.8
|
||||
future
|
||||
pillow
|
||||
2
setup.py
2
setup.py
@ -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']
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user