We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dcb39e commit 1c1b779Copy full SHA for 1c1b779
requirements.txt
@@ -24,8 +24,7 @@ outcome==1.2.0
24
trio==0.22.2
25
trio-websocket==0.10.3
26
wsproto==1.2.0
27
-selenium==4.11.2;python_version<"3.8"
28
-selenium==4.12.0;python_version>="3.8"
+selenium==4.11.2
29
cssselect==1.2.0
30
sortedcontainers==2.4.0
31
fasteners==0.18
setup.py
@@ -157,8 +157,7 @@
157
'trio==0.22.2',
158
'trio-websocket==0.10.3',
159
'wsproto==1.2.0',
160
- 'selenium==4.11.2;python_version<"3.8"',
161
- 'selenium==4.12.0;python_version>="3.8"',
+ 'selenium==4.11.2',
162
'cssselect==1.2.0',
163
"sortedcontainers==2.4.0",
164
'fasteners==0.18',
0 commit comments