File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,11 @@ sniffio==1.3.0
2222h11 == 0.14.0
2323outcome == 1.2.0
2424trio == 0.22.2
25- trio-websocket == 0.11.1
25+ trio-websocket == 0.10.4 ;python_version < "3.8"
26+ trio-websocket == 0.11.1 ;python_version >= "3.8"
2627wsproto == 1.2.0
27- selenium == 4.13.0
28+ selenium == 4.11.2 ;python_version < "3.8"
29+ selenium == 4.13.0 ;python_version >= "3.8"
2830cssselect == 1.2.0
2931sortedcontainers == 2.4.0
3032fasteners == 0.19
Original file line number Diff line number Diff line change 155155 'h11==0.14.0' ,
156156 'outcome==1.2.0' ,
157157 'trio==0.22.2' ,
158- 'trio-websocket==0.11.1' ,
158+ 'trio-websocket==0.10.4;python_version<"3.8"' ,
159+ 'trio-websocket==0.11.1;python_version>="3.8"' ,
159160 'wsproto==1.2.0' ,
160- 'selenium==4.13.0' ,
161+ 'selenium==4.11.2;python_version<"3.8"' ,
162+ 'selenium==4.13.0;python_version>="3.8"' ,
161163 'cssselect==1.2.0' ,
162164 "sortedcontainers==2.4.0" ,
163165 'fasteners==0.19' ,
You can’t perform that action at this time.
0 commit comments