Skip to content

Commit 1a9cdc0

Browse files
committed
[ci skip] fix Readme
1 parent 50d4f2c commit 1a9cdc0

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ A HEIF/HEIC/AVIF add-on for Pillow using the `libheif` library via `CFFI`.
2121

2222
Binary 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

2626
Mostly based on David Poirier's [pyheif](https://github.com/carsales/pyheif).
2727
The idea for this plugin came from Christian Bianciotto's [pyheif-pillow-opener](https://github.com/ciotto/pyheif-pillow-opener).

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
cffi>=1.15.0
12
Pillow>=8.0.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)