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 f28b80e commit 0b2c7a6Copy full SHA for 0b2c7a6
setup.py
@@ -54,5 +54,5 @@
54
'Topic :: Software Development :: Quality Assurance',
55
'Topic :: Software Development :: Testing'
56
],
57
- install_requires=['selenium>=3.14.1']
+ install_requires=['selenium >= 3.14.1, < 4']
58
)
0 commit comments