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"
61
61
cssselect == 1.1.0
62
62
sortedcontainers == 2.4.0
63
63
fasteners == 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"
65
66
execnet == 1.9.0
66
67
pluggy == 0.13.1 ;python_version < "3.6"
67
68
pluggy == 1.0.0 ;python_version >= "3.6"
Original file line number Diff line number Diff line change 186
186
"cssselect==1.1.0" ,
187
187
"sortedcontainers==2.4.0" ,
188
188
'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"' ,
190
191
"execnet==1.9.0" ,
191
192
'pluggy==0.13.1;python_version<"3.6"' ,
192
193
'pluggy==1.0.0;python_version>="3.6"' ,
You can’t perform that action at this time.
0 commit comments