From 9f3ee397a2f6324cc9ff2e5ba569967c37e8b529 Mon Sep 17 00:00:00 2001 From: Stephen Donner Date: Fri, 6 Apr 2018 15:09:19 -0700 Subject: [PATCH] Replace pytest-selenium with selenium package; fixes issue #78 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b81790a..6b8f0db 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def readme(): packages=find_packages(), package_data={'axe_selenium_python': ['src/axe.min.js'], }, install_requires=[ - 'pytest-selenium>=1.10.0', + 'selenium>=3.0.2', 'pytest>=3.0' ], license='Mozilla Public License 2.0 (MPL 2.0)',