File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ A HEIF/HEIC/AVIF add-on for Pillow using the `libheif` library via `CFFI`.
2121
2222Binary wheels for Python 3.6-3.10. Linux(+Alpine)/macOS/Windows - i686, x86_64 and aarch64.
2323
24- #### ** _ Version 0.1.9 will be last to support Python 3.6._ **
24+ #### ** _ Versions 0.2.x will be last to support Python 3.6._ **
2525
2626Mostly based on David Poirier's [ pyheif] ( https://github.com/carsales/pyheif ) .
2727The idea for this plugin came from Christian Bianciotto's [ pyheif-pillow-opener] ( https://github.com/ciotto/pyheif-pillow-opener ) .
Original file line number Diff line number Diff line change 1+ cffi >= 1.15.0
12Pillow >= 8.0.1
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def get_version():
2222 name = "pillow_heif" ,
2323 version = get_version (),
2424 packages = ["pillow_heif" ],
25- install_requires = [ "cffi>=1.15.0" , * install_requirements ] ,
25+ install_requires = install_requirements ,
2626 setup_requires = ["cffi>=1.15.0" , "setuptools>=41.2.0" ],
2727 cffi_modules = ["libheif/build.py:ffi" ],
2828 author = "Alexander Piskun" ,
You can’t perform that action at this time.
0 commit comments