File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,9 @@ pyotp==2.4.1
64
64
boto == 2.49.0
65
65
cffi == 1.14.4
66
66
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"
68
70
rich == 9.2.0 ;python_version >= "3.6" and python_version<"4.0"
69
71
zipp == 1.2.0 ;python_version < "3.6"
70
72
zipp == 3.4.0 ;python_version >= "3.6"
Original file line number Diff line number Diff line change 168
168
'boto==2.49.0' ,
169
169
'cffi==1.14.4' ,
170
170
'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"' ,
172
174
'rich==9.2.0;python_version>="3.6" and python_version<"4.0"' ,
173
175
'zipp==1.2.0;python_version<"3.6"' ,
174
176
'zipp==3.4.0;python_version>="3.6"' ,
You can’t perform that action at this time.
0 commit comments