File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -79,8 +79,6 @@ Pillow==6.2.2;python_version<"3.5"
79
79
Pillow == 7.2.0 ;python_version >= "3.5" and python_version<"3.6"
80
80
Pillow == 8.1.0 ;python_version >= "3.6"
81
81
rich == 9.9.0 ;python_version >= "3.6" and python_version<"4.0"
82
- zipp == 1.2.0 ;python_version < "3.6"
83
- zipp == 3.4.0 ;python_version >= "3.6"
84
82
flake8 == 3.7.9 ;python_version < "3.5"
85
83
flake8 == 3.8.4 ;python_version >= "3.5"
86
84
pyflakes == 2.1.1 ;python_version < "3.5"
Original file line number Diff line number Diff line change 183
183
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"' ,
184
184
'Pillow==8.1.0;python_version>="3.6"' ,
185
185
'rich==9.9.0;python_version>="3.6" and python_version<"4.0"' ,
186
- 'zipp==1.2.0;python_version<"3.6"' ,
187
- 'zipp==3.4.0;python_version>="3.6"' ,
188
186
'flake8==3.7.9;python_version<"3.5"' ,
189
187
'flake8==3.8.4;python_version>="3.5"' ,
190
188
'pyflakes==2.1.1;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments