File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ requests==2.25.1;python_version>="3.5" and python_version<"3.6"
33
33
requests == 2.26.0 ;python_version >= "3.6"
34
34
selenium == 3.141.0 ;python_version < "3.7"
35
35
selenium == 4.0.0 ;python_version >= "3.7"
36
+ wsproto == 1.0.0 ;python_version >= "3.7"
36
37
trio == 0.19.0 ;python_version >= "3.7"
37
38
trio-websocket == 0.9.2 ;python_version >= "3.7"
38
39
pyopenssl == 21.0.0 ;python_version >= "3.7"
Original file line number Diff line number Diff line change 149
149
'requests==2.26.0;python_version>="3.6"' ,
150
150
'selenium==3.141.0;python_version<"3.7"' ,
151
151
'selenium==4.0.0;python_version>="3.7"' ,
152
+ 'wsproto==1.0.0;python_version>="3.7"' ,
152
153
'trio==0.19.0;python_version>="3.7"' ,
153
154
'trio-websocket==0.9.2;python_version>="3.7"' ,
154
155
'pyopenssl==21.0.0;python_version>="3.7"' ,
You can’t perform that action at this time.
0 commit comments