File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,11 @@ urllib3==1.26.7
31
31
requests == 2.26.0 ;python_version < "3.5"
32
32
requests == 2.25.1 ;python_version >= "3.5" and python_version<"3.6"
33
33
requests == 2.26.0 ;python_version >= "3.6"
34
- selenium == 3.141.0
34
+ selenium == 3.141.0 ;python_version < "3.7"
35
+ selenium == 4.0.0 ;python_version >= "3.7"
36
+ trio == 0.19.0 ;python_version >= "3.7"
37
+ trio-websocket == 0.9.2 ;python_version >= "3.7"
38
+ pyopenssl == 21.0.0 ;python_version >= "3.7"
35
39
msedge-selenium-tools == 3.141.3 ;python_version < "3.7"
36
40
more-itertools == 5.0.0 ;python_version < "3.5"
37
41
more-itertools == 8.10.0 ;python_version >= "3.5"
Original file line number Diff line number Diff line change 147
147
'requests==2.26.0;python_version<"3.5"' ,
148
148
'requests==2.25.1;python_version>="3.5" and python_version<"3.6"' ,
149
149
'requests==2.26.0;python_version>="3.6"' ,
150
- "selenium==3.141.0" ,
150
+ 'selenium==3.141.0;python_version<"3.7"' ,
151
+ 'selenium==4.0.0;python_version>="3.7"' ,
152
+ 'trio==0.19.0;python_version>="3.7"' ,
153
+ 'trio-websocket==0.9.2;python_version>="3.7"' ,
154
+ 'pyopenssl==21.0.0;python_version>="3.7"' ,
151
155
'msedge-selenium-tools==3.141.3;python_version<"3.7"' ,
152
156
'more-itertools==5.0.0;python_version<"3.5"' ,
153
157
'more-itertools==8.10.0;python_version>="3.5"' ,
You can’t perform that action at this time.
0 commit comments