Skip to content

Commit 6954cbb

Browse files
committed
downgrade pillow version to make github happy
1 parent bd52777 commit 6954cbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ requests>=2.13,<3.0
22
beautifulsoup4>=4.5.0,<5.0
33
wcwidth>=0.1.7
44
urwid>=2.0.0,<3.0
5-
pillow>=9.2.0
5+
pillow>=8.4.0
66
libsixel-python>=0.5.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"beautifulsoup4>=4.5.0,<5.0",
3939
"wcwidth>=0.1.7",
4040
"urwid>=2.0.0,<3.0",
41-
"pillow>=9.2.0",
41+
"pillow>=8.4.0",
4242
"libsixel-python>=0.5.0"
4343

4444
],

0 commit comments

Comments
 (0)