Update versions of selenium, pytest, and ipython

This commit is contained in:
Michael Mintz 2018-05-07 00:44:48 -04:00
parent 8ca1165997
commit e2722e1225
2 changed files with 8 additions and 8 deletions

View File

@ -1,10 +1,10 @@
pip
setuptools
ipython==5.5.0
selenium==3.8.1
ipython==5.6.0
selenium==3.11.0
nose==1.3.7
pytest==3.5.0
pytest-html==1.16.1
pytest==3.5.1
pytest-html==1.17.0
pytest-xdist==1.22.2
six==1.10.0
flake8==3.5.0

View File

@ -19,11 +19,11 @@ setup(
install_requires=[
'pip',
'setuptools',
'ipython==5.5.0',
'selenium==3.8.1',
'ipython==5.6.0',
'selenium==3.11.0',
'nose==1.3.7',
'pytest==3.5.0',
'pytest-html==1.16.1',
'pytest==3.5.1',
'pytest-html==1.17.0',
'pytest-xdist==1.22.2',
'six==1.10.0',
'flake8==3.5.0',