aliyun / aliyun-oss-python-sdk

Aliyun OSS SDK for Python
MIT License
931 stars 363 forks source link

image.py requires Pillow #107

Open bozhang00 opened 6 years ago

bozhang00 commented 6 years ago

from PIL import image

but PIL is not a standard python library. In setup.py, it should requires Pillow for python2

NullYing commented 5 years ago

that's example.