File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ matplotlib-inline==0.1.6;python_version>="3.7"
110
110
colorama == 0.4.6 ;python_version < "3.6"
111
111
colorama == 0.4.5 ;python_version >= "3.6" and python_version<"3.7"
112
112
colorama == 0.4.6 ;python_version >= "3.7"
113
+ exceptiongroup == 1.0.0 ;python_version >= "3.7" and python_version<"3.11"
113
114
importlib-metadata == 2.1.3 ;python_version < "3.6"
114
115
importlib-metadata == 4.2.0 ;python_version >= "3.6" and python_version<"3.8"
115
116
pycparser == 2.21
Original file line number Diff line number Diff line change 235
235
'colorama==0.4.6;python_version<"3.6"' ,
236
236
'colorama==0.4.5;python_version>="3.6" and python_version<"3.7"' ,
237
237
'colorama==0.4.6;python_version>="3.7"' ,
238
+ 'exceptiongroup==1.0.0;python_version>="3.7" and python_version<"3.11"' , # noqa: E501
238
239
'importlib-metadata==2.1.3;python_version<"3.6"' ,
239
240
'importlib-metadata==4.2.0;python_version>="3.6" and python_version<"3.8"' , # noqa: E501
240
241
"pycparser==2.21" ,
You can’t perform that action at this time.
0 commit comments