Upgrade to Selenium 3 and update the requirements

This commit is contained in:
Michael Mintz 2017-03-09 23:29:44 -05:00
parent 824717cf61
commit 835e44e883
3 changed files with 33 additions and 33 deletions

View File

@ -1,17 +1,17 @@
pip>=8.1.2
setuptools>=28.2.0
selenium==2.53.6
pip>=9.0.1
setuptools>=34.3.1
selenium==3.3.0
nose>=1.3.7
pytest>=3.0.2
pytest>=3.0.6
six>=1.10.0
flake8==3.0.4
requests==2.11.1
urllib3==1.17
flake8==3.3.0
requests==2.13.0
urllib3==1.20
BeautifulSoup==3.2.1
unittest2==1.1.0
chardet==2.3.0
simplejson==3.8.2
boto==2.42.0
ipdb==0.9.4
pyvirtualdisplay==0.2
simplejson==3.10.0
boto==2.46.1
ipdb==0.10.2
pyvirtualdisplay==0.2.1
-e .

View File

@ -1,18 +1,18 @@
pip>=8.1.2
setuptools>=28.2.0
selenium==2.53.6
pip>=9.0.1
setuptools>=34.3.1
selenium==3.3.0
nose>=1.3.7
pytest>=3.0.2
pytest>=3.0.6
six>=1.10.0
flake8==3.0.4
requests==2.11.1
urllib3==1.17
flake8==3.3.0
requests==2.13.0
urllib3==1.20
BeautifulSoup==3.2.1
unittest2==1.1.0
chardet==2.3.0
simplejson==3.8.2
boto==2.42.0
ipdb==0.9.4
pyvirtualdisplay==0.2
simplejson==3.10.0
boto==2.46.1
ipdb==0.10.2
pyvirtualdisplay==0.2.1
MySQL-python==1.2.5
-e .

View File

@ -14,22 +14,22 @@ setup(
description='Reliable Browser Automation - http://seleniumbase.com',
license='The MIT License',
install_requires=[
'pip>=8.1.2',
'setuptools>=28.2.0',
'selenium==2.53.6',
'pip>=9.0.1',
'setuptools>=34.3.1',
'selenium==3.3.0',
'nose>=1.3.7',
'pytest>=3.0.2',
'pytest>=3.0.6',
'six>=1.10.0',
'flake8==3.0.4',
'requests==2.11.1',
'urllib3==1.17',
'flake8==3.3.0',
'requests==2.13.0',
'urllib3==1.20',
'BeautifulSoup==3.2.1',
'unittest2==1.1.0',
'chardet==2.3.0',
'simplejson==3.8.2',
'boto==2.42.0',
'ipdb==0.9.4',
'pyvirtualdisplay==0.2',
'simplejson==3.10.0',
'boto==2.46.1',
'ipdb==0.10.2',
'pyvirtualdisplay==0.2.1',
],
packages=['seleniumbase',
'seleniumbase.core',