Update selenium version and many other requirements

This commit is contained in:
Michael Mintz 2017-04-05 22:36:10 -04:00
parent b76f0ee7b9
commit 837bcdc2f3
4 changed files with 47 additions and 47 deletions

View File

@ -1,16 +1,16 @@
pip>=9.0.1
setuptools>=34.3.2
selenium==3.3.0
setuptools>=34.3.3
selenium==3.3.1
nose>=1.3.7
pytest>=3.0.6
pytest>=3.0.7
six>=1.10.0
flake8==3.3.0
requests==2.13.0
urllib3==1.20
BeautifulSoup==3.2.1
unittest2==1.1.0
chardet==2.3.0
boto==2.46.1
ipdb==0.10.2
pyvirtualdisplay==0.2.1
flake8>=3.3.0
requests>=2.13.0
urllib3>=1.20
BeautifulSoup>=3.2.1
unittest2>=1.1.0
chardet>=2.3.0
boto>=2.46.1
ipdb>=0.10.2
pyvirtualdisplay>=0.2.1
-e .

View File

@ -1,16 +1,16 @@
pip>=9.0.1
setuptools>=34.3.2
setuptools>=34.3.3
selenium==2.53.6
nose>=1.3.7
pytest>=3.0.6
pytest>=3.0.7
six>=1.10.0
flake8==3.3.0
requests==2.13.0
urllib3==1.20
BeautifulSoup==3.2.1
unittest2==1.1.0
chardet==2.3.0
boto==2.46.1
ipdb==0.10.2
pyvirtualdisplay==0.2.1
MySQL-python==1.2.5
flake8>=3.3.0
requests>=2.13.0
urllib3>=1.20
BeautifulSoup>=3.2.1
unittest2>=1.1.0
chardet>=2.3.0
boto>=2.46.1
ipdb>=0.10.2
pyvirtualdisplay>=0.2.1
MySQL-python>=1.2.5

View File

@ -19,20 +19,20 @@ setup(
license='The MIT License',
install_requires=[
'pip>=9.0.1',
'setuptools>=34.3.2',
'setuptools>=34.3.3',
'selenium==2.53.6',
'nose>=1.3.7',
'pytest>=3.0.6',
'pytest>=3.0.7',
'six>=1.10.0',
'flake8==3.3.0',
'requests==2.13.0',
'urllib3==1.20',
'BeautifulSoup==3.2.1',
'unittest2==1.1.0',
'chardet==2.3.0',
'boto==2.46.1',
'ipdb==0.10.2',
'pyvirtualdisplay==0.2.1',
'flake8>=3.3.0',
'requests>=2.13.0',
'urllib3>=1.20',
'BeautifulSoup>=3.2.1',
'unittest2>=1.1.0',
'chardet>=2.3.0',
'boto>=2.46.1',
'ipdb>=0.10.2',
'pyvirtualdisplay>=0.2.1',
],
packages=['seleniumbase',
'seleniumbase.core',

View File

@ -18,20 +18,20 @@ setup(
license='The MIT License',
install_requires=[
'pip>=9.0.1',
'setuptools>=34.3.2',
'selenium==3.3.0',
'setuptools>=34.3.3',
'selenium==3.3.1',
'nose>=1.3.7',
'pytest>=3.0.6',
'pytest>=3.0.7',
'six>=1.10.0',
'flake8==3.3.0',
'requests==2.13.0',
'urllib3==1.20',
'BeautifulSoup==3.2.1',
'unittest2==1.1.0',
'chardet==2.3.0',
'boto==2.46.1',
'ipdb==0.10.2',
'pyvirtualdisplay==0.2.1',
'flake8>=3.3.0',
'requests>=2.13.0',
'urllib3>=1.20',
'BeautifulSoup>=3.2.1',
'unittest2>=1.1.0',
'chardet>=2.3.0',
'boto>=2.46.1',
'ipdb>=0.10.2',
'pyvirtualdisplay>=0.2.1',
],
packages=['seleniumbase',
'seleniumbase.core',