Skip to content

Commit

Permalink
Merge pull request #105 from seleniumbase/update-requirements
Browse files Browse the repository at this point in the history
Update requirements
  • Loading branch information
mdmintz authored Jun 8, 2017
2 parents c66aadb + 70dafb2 commit 143b809
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
pip>=9.0.1
setuptools>=35.0.1
ipython==5.3.0
selenium==3.4.1
setuptools>=36.0.1
ipython==5.4.1
selenium==3.4.3
nose>=1.3.7
pytest>=3.0.7
pytest>=3.1.1
pytest-html>=1.14.2
six>=1.10.0
flake8>=3.3.0
Expand Down
6 changes: 3 additions & 3 deletions server_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
pip>=9.0.1
setuptools>=35.0.1
ipython==5.3.0
setuptools>=36.0.1
ipython==5.4.1
selenium==2.53.6
nose>=1.3.7
pytest>=3.0.7
pytest>=3.1.1
pytest-html>=1.14.2
six>=1.10.0
flake8>=3.3.0
Expand Down
8 changes: 4 additions & 4 deletions server_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='seleniumbase',
version='1.3.23',
version='1.3.24',
description='Test Automation Framework - http://seleniumbase.com',
long_description='Automation Framework for Simple & Reliable Web Testing',
platforms='Mac * Windows * Linux * Docker',
Expand All @@ -19,11 +19,11 @@
license='The MIT License',
install_requires=[
'pip>=9.0.1',
'setuptools>=35.0.1',
'ipython==5.3.0',
'setuptools>=36.0.1',
'ipython==5.4.1',
'selenium==2.53.6',
'nose>=1.3.7',
'pytest>=3.0.7',
'pytest>=3.1.1',
'pytest-html>=1.14.2',
'six>=1.10.0',
'flake8>=3.3.0',
Expand Down
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='seleniumbase',
version='1.3.23',
version='1.3.24',
description='Test Automation Framework - http://seleniumbase.com',
long_description='Automation Framework for Simple & Reliable Web Testing',
platforms='Mac * Windows * Linux * Docker',
Expand All @@ -18,11 +18,11 @@
license='The MIT License',
install_requires=[
'pip>=9.0.1',
'setuptools>=35.0.1',
'ipython==5.3.0',
'selenium==3.4.1',
'setuptools>=36.0.1',
'ipython==5.4.1',
'selenium==3.4.3',
'nose>=1.3.7',
'pytest>=3.0.7',
'pytest>=3.1.1',
'pytest-html>=1.14.2',
'six>=1.10.0',
'flake8>=3.3.0',
Expand Down

0 comments on commit 143b809

Please sign in to comment.