File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ PyYAML>=6.0;python_version>="3.6"
14
14
traitlets >= 4.3.3 ;python_version < "3.7"
15
15
traitlets >= 5.1.1 ;python_version >= "3.7"
16
16
certifi >= 2021.10.8
17
- sortedcontainers == 2.4.0
18
17
six == 1.16.0
19
18
ipdb == 0.13.4 ;python_version < "3.5"
20
19
ipdb == 0.13.9 ;python_version >= "3.5"
@@ -43,6 +42,7 @@ msedge-selenium-tools==3.141.3;python_version<"3.7"
43
42
more-itertools == 5.0.0 ;python_version < "3.5"
44
43
more-itertools == 8.11.0 ;python_version >= "3.5"
45
44
cssselect == 1.1.0
45
+ sortedcontainers == 2.4.0
46
46
filelock == 3.2.1 ;python_version < "3.6"
47
47
filelock == 3.3.2 ;python_version >= "3.6"
48
48
fasteners == 0.16 ;python_version < "3.5"
Original file line number Diff line number Diff line change 130
130
'traitlets>=4.3.3;python_version<"3.7"' ,
131
131
'traitlets>=5.1.1;python_version>="3.7"' ,
132
132
"certifi>=2021.10.8" ,
133
- "sortedcontainers==2.4.0" ,
134
133
"six==1.16.0" ,
135
134
'ipdb==0.13.4;python_version<"3.5"' ,
136
135
'ipdb==0.13.9;python_version>="3.5"' ,
159
158
'more-itertools==5.0.0;python_version<"3.5"' ,
160
159
'more-itertools==8.11.0;python_version>="3.5"' ,
161
160
"cssselect==1.1.0" ,
161
+ "sortedcontainers==2.4.0" ,
162
162
'filelock==3.2.1;python_version<"3.6"' ,
163
163
'filelock==3.3.2;python_version>="3.6"' ,
164
164
'fasteners==0.16;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments