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 @@ -31,7 +31,8 @@ more-itertools==5.0.0;python_version<"3.5"
31
31
more-itertools == 8.8.0 ;python_version >= "3.5"
32
32
cssselect == 1.1.0
33
33
filelock == 3.0.12
34
- fasteners == 0.16.1
34
+ fasteners == 0.16 ;python_version < "3.6"
35
+ fasteners == 0.16.1 ;python_version >= "3.6"
35
36
pluggy == 0.13.1
36
37
py == 1.8.1 ;python_version < "3.5"
37
38
py == 1.10.0 ;python_version >= "3.5"
Original file line number Diff line number Diff line change 146
146
'more-itertools==8.8.0;python_version>="3.5"' ,
147
147
"cssselect==1.1.0" ,
148
148
"filelock==3.0.12" ,
149
- "fasteners==0.16.1" ,
149
+ 'fasteners==0.16;python_version<"3.6"' ,
150
+ 'fasteners==0.16.1;python_version>="3.6"' ,
150
151
"pluggy==0.13.1" ,
151
152
'py==1.8.1;python_version<"3.5"' ,
152
153
'py==1.10.0;python_version>="3.5"' ,
You can’t perform that action at this time.
0 commit comments