Skip to content

Commit

Permalink
Merge pull request #60 from seleniumbase/upgrade_requirements
Browse files Browse the repository at this point in the history
Upgrade requirements
  • Loading branch information
mdmintz authored Jul 23, 2016
2 parents af78f0f + 561d607 commit 1429137
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
pip>=8.1.2
setuptools>=18.5
setuptools>=24.3.0
selenium>=2.53.6
nose==1.3.7
pytest==2.9.1
flake8==2.5.4
pytest==2.9.2
flake8==2.6.2
requests==2.10.0
urllib3==1.15.1
BeautifulSoup==3.2.1
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>=8.1.2
setuptools>=18.5
setuptools>=24.3.0
selenium>=2.53.6
nose==1.3.7
pytest==2.9.1
flake8==2.5.4
pytest==2.9.2
flake8==2.6.2
requests==2.10.0
urllib3==1.15.1
BeautifulSoup==3.2.1
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='seleniumbase',
version='1.2.2',
version='1.2.3',
url='http://seleniumbase.com',
author='Michael Mintz',
author_email='@mintzworld',
Expand All @@ -15,11 +15,11 @@
license='The MIT License',
install_requires=[
'pip>=8.1.2',
'setuptools>=18.5',
'setuptools>=24.3.0',
'selenium>=2.53.6',
'nose==1.3.7',
'pytest==2.9.1',
'flake8==2.5.4',
'pytest==2.9.2',
'flake8==2.6.2',
'requests==2.10.0',
'urllib3==1.15.1',
'BeautifulSoup==3.2.1',
Expand Down

0 comments on commit 1429137

Please sign in to comment.