File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,8 @@ more-itertools==8.14.0;python_version>="3.6"
6161cssselect == 1.1.0
6262sortedcontainers == 2.4.0
6363fasteners == 0.16 ;python_version < "3.6"
64- fasteners == 0.17.3 ;python_version >= "3.6"
64+ fasteners == 0.17.3 ;python_version >= "3.6" and python_version<"3.7"
65+ fasteners == 0.18 ;python_version >= "3.7"
6566execnet == 1.9.0
6667pluggy == 0.13.1 ;python_version < "3.6"
6768pluggy == 1.0.0 ;python_version >= "3.6"
Original file line number Diff line number Diff line change 186186 "cssselect==1.1.0" ,
187187 "sortedcontainers==2.4.0" ,
188188 'fasteners==0.16;python_version<"3.6"' ,
189- 'fasteners==0.17.3;python_version>="3.6"' ,
189+ 'fasteners==0.17.3;python_version>="3.6" and python_version<"3.7"' ,
190+ 'fasteners==0.18;python_version>="3.7"' ,
190191 "execnet==1.9.0" ,
191192 'pluggy==0.13.1;python_version<"3.6"' ,
192193 'pluggy==1.0.0;python_version>="3.6"' ,
You can’t perform that action at this time.
0 commit comments