Skip to content

Commit 0b2c7a6

Browse files
authored
Fix: installed selenium4 when 'setup.py install' (appium#389)
* Fix: installed selenium4 when setup.py install * Keep existing comparison operator
1 parent f28b80e commit 0b2c7a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@
5454
'Topic :: Software Development :: Quality Assurance',
5555
'Topic :: Software Development :: Testing'
5656
],
57-
install_requires=['selenium>=3.14.1']
57+
install_requires=['selenium >= 3.14.1, < 4']
5858
)

0 commit comments

Comments
 (0)