Skip to content

Commit 4d0e8e0

Browse files
committed
Update Python dependencies
1 parent 14c6363 commit 4d0e8e0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ pyotp==2.4.1
6464
boto==2.49.0
6565
cffi==1.14.4
6666
toml==0.10.2
67-
Pillow==8.0.1
67+
Pillow==6.2.2;python_version<"3.5"
68+
Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
69+
Pillow==8.0.1;python_version>="3.6"
6870
rich==9.2.0;python_version>="3.6" and python_version<"4.0"
6971
zipp==1.2.0;python_version<"3.6"
7072
zipp==3.4.0;python_version>="3.6"

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,9 @@
168168
'boto==2.49.0',
169169
'cffi==1.14.4',
170170
'toml==0.10.2',
171-
'Pillow==8.0.1',
171+
'Pillow==6.2.2;python_version<"3.5"',
172+
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
173+
'Pillow==8.0.1;python_version>="3.6"',
172174
'rich==9.2.0;python_version>="3.6" and python_version<"4.0"',
173175
'zipp==1.2.0;python_version<"3.6"',
174176
'zipp==3.4.0;python_version>="3.6"',

0 commit comments

Comments
 (0)