File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -117,8 +117,8 @@ Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
117
117
Pillow == 8.4.0 ;python_version >= "3.6" and python_version<"3.7"
118
118
Pillow == 9.1.0 ;python_version >= "3.7"
119
119
typing-extensions == 3.10.0.2 ;python_version < "3.6"
120
- typing-extensions == 4.0.0 ;python_version >= "3.6" and python_version<"3.8 "
121
- rich == 12.1 .0 ;python_version >= "3.6" and python_version<"4.0"
120
+ typing-extensions == 4.0.0 ;python_version >= "3.6" and python_version<"3.9 "
121
+ rich == 12.2 .0 ;python_version >= "3.6" and python_version<"4.0"
122
122
tornado == 5.1.1 ;python_version < "3.5"
123
123
tornado == 6.1 ;python_version >= "3.5"
124
124
pdfminer.six == 20191110 ;python_version < "3.5"
Original file line number Diff line number Diff line change 241
241
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"' ,
242
242
'Pillow==8.4.0;python_version>="3.6" and python_version<"3.7"' ,
243
243
'Pillow==9.1.0;python_version>="3.7"' ,
244
- 'typing-extensions==3.10.0.2;python_version<"3.6"' , # <3.8 for "rich"
245
- 'typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.8 "' , # noqa: E501
246
- 'rich==12.1 .0;python_version>="3.6" and python_version<"4.0"' ,
244
+ 'typing-extensions==3.10.0.2;python_version<"3.6"' , # <3.9 for "rich"
245
+ 'typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.9 "' , # noqa: E501
246
+ 'rich==12.2 .0;python_version>="3.6" and python_version<"4.0"' ,
247
247
'tornado==5.1.1;python_version<"3.5"' ,
248
248
'tornado==6.1;python_version>="3.5"' ,
249
249
'pdfminer.six==20191110;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments