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 @@ -46,7 +46,8 @@ more-itertools==8.12.0;python_version>="3.5"
46
46
cssselect == 1.1.0
47
47
sortedcontainers == 2.4.0
48
48
filelock == 3.2.1 ;python_version < "3.6"
49
- filelock == 3.4.2 ;python_version >= "3.6"
49
+ filelock == 3.4.1 ;python_version >= "3.6" and python_version<"3.7"
50
+ filelock == 3.4.2 ;python_version >= "3.7"
50
51
fasteners == 0.16 ;python_version < "3.5"
51
52
fasteners == 0.16.3 ;python_version >= "3.5"
52
53
execnet == 1.9.0
Original file line number Diff line number Diff line change 166
166
"cssselect==1.1.0" ,
167
167
"sortedcontainers==2.4.0" ,
168
168
'filelock==3.2.1;python_version<"3.6"' ,
169
- 'filelock==3.4.2;python_version>="3.6"' ,
169
+ 'filelock==3.4.1;python_version>="3.6" and python_version<"3.7"' ,
170
+ 'filelock==3.4.2;python_version>="3.7"' ,
170
171
'fasteners==0.16;python_version<"3.5"' ,
171
172
'fasteners==0.16.3;python_version>="3.5"' ,
172
173
"execnet==1.9.0" ,
You can’t perform that action at this time.
0 commit comments