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.
2 parents 008b320 + 9f3ee39 commit 2a25232Copy full SHA for 2a25232
setup.py
@@ -25,7 +25,7 @@ def readme():
25
packages=find_packages(),
26
package_data={'axe_selenium_python': ['src/axe.min.js'], },
27
install_requires=[
28
- 'pytest-selenium>=1.10.0',
+ 'selenium>=3.0.2',
29
'pytest>=3.0'
30
],
31
license='Mozilla Public License 2.0 (MPL 2.0)',
0 commit comments