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"
1414traitlets >= 4.3.3 ;python_version < "3.7"
1515traitlets >= 5.1.1 ;python_version >= "3.7"
1616certifi >= 2021.10.8
17- sortedcontainers == 2.4.0
1817six == 1.16.0
1918ipdb == 0.13.4 ;python_version < "3.5"
2019ipdb == 0.13.9 ;python_version >= "3.5"
@@ -43,6 +42,7 @@ msedge-selenium-tools==3.141.3;python_version<"3.7"
4342more-itertools == 5.0.0 ;python_version < "3.5"
4443more-itertools == 8.11.0 ;python_version >= "3.5"
4544cssselect == 1.1.0
45+ sortedcontainers == 2.4.0
4646filelock == 3.2.1 ;python_version < "3.6"
4747filelock == 3.3.2 ;python_version >= "3.6"
4848fasteners == 0.16 ;python_version < "3.5"
Original file line number Diff line number Diff line change 130130 'traitlets>=4.3.3;python_version<"3.7"' ,
131131 'traitlets>=5.1.1;python_version>="3.7"' ,
132132 "certifi>=2021.10.8" ,
133- "sortedcontainers==2.4.0" ,
134133 "six==1.16.0" ,
135134 'ipdb==0.13.4;python_version<"3.5"' ,
136135 'ipdb==0.13.9;python_version>="3.5"' ,
159158 'more-itertools==5.0.0;python_version<"3.5"' ,
160159 'more-itertools==8.11.0;python_version>="3.5"' ,
161160 "cssselect==1.1.0" ,
161+ "sortedcontainers==2.4.0" ,
162162 'filelock==3.2.1;python_version<"3.6"' ,
163163 'filelock==3.3.2;python_version>="3.6"' ,
164164 'fasteners==0.16;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments