Skip to content

Commit

Permalink
Merge pull request #116 from seleniumbase/requirements-lockdown
Browse files Browse the repository at this point in the history
Requirements Lockdown
  • Loading branch information
mdmintz authored Jul 22, 2017
2 parents 09f18b6 + 4fef32d commit 78e8b7f
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 43 deletions.
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ pip>=9.0.1
setuptools>=36.2.0
ipython==5.4.1
selenium==3.4.3
nose>=1.3.7
pytest>=3.1.3
pytest-html>=1.15.1
six>=1.10.0
flake8>=3.3.0
requests>=2.18.1
nose==1.3.7
pytest==3.1.3
pytest-html==1.15.1
six==1.10.0
flake8==3.3.0
requests==2.18.1
BeautifulSoup4==4.6.0
unittest2>=1.1.0
chardet>=3.0.2
boto>=2.46.1
unittest2==1.1.0
chardet==3.0.2
boto==2.48.0
ipdb==0.10.2
pyvirtualdisplay>=0.2.1
pyvirtualdisplay==0.2.1
-e .
22 changes: 11 additions & 11 deletions server_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ pip>=9.0.1
setuptools>=36.2.0
ipython==5.4.1
selenium==2.53.6
nose>=1.3.7
pytest>=3.1.3
pytest-html>=1.15.1
six>=1.10.0
flake8>=3.3.0
requests>=2.18.1
nose==1.3.7
pytest==3.1.3
pytest-html==1.15.1
six==1.10.0
flake8==3.3.0
requests==2.18.1
BeautifulSoup4==4.6.0
unittest2>=1.1.0
chardet>=3.0.2
boto>=2.46.1
unittest2==1.1.0
chardet==3.0.2
boto==2.48.0
ipdb==0.10.2
pyvirtualdisplay>=0.2.1
MySQL-python>=1.2.5
pyvirtualdisplay==0.2.1
MySQL-python==1.2.5
22 changes: 11 additions & 11 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.4.2',
version='1.4.3',
description='Test Automation Framework - http://seleniumbase.com',
long_description='Automation Framework for Simple & Reliable Web Testing',
platforms='Mac * Windows * Linux * Docker',
Expand All @@ -22,18 +22,18 @@
'setuptools>=36.2.0',
'ipython==5.4.1',
'selenium==2.53.6',
'nose>=1.3.7',
'pytest>=3.1.3',
'pytest-html>=1.15.1',
'six>=1.10.0',
'flake8>=3.3.0',
'requests>=2.18.1',
'nose==1.3.7',
'pytest==3.1.3',
'pytest-html==1.15.1',
'six==1.10.0',
'flake8==3.3.0',
'requests==2.18.1',
'BeautifulSoup4==4.6.0',
'unittest2>=1.1.0',
'chardet>=3.0.2',
'boto>=2.46.1',
'unittest2==1.1.0',
'chardet==3.0.2',
'boto==2.48.0',
'ipdb==0.10.2',
'pyvirtualdisplay>=0.2.1',
'pyvirtualdisplay==0.2.1',
],
packages=['seleniumbase',
'seleniumbase.core',
Expand Down
22 changes: 11 additions & 11 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='seleniumbase',
version='1.4.2',
version='1.4.3',
description='Test Automation Framework - http://seleniumbase.com',
long_description='Automation Framework for Simple & Reliable Web Testing',
platforms='Mac * Windows * Linux * Docker',
Expand All @@ -21,18 +21,18 @@
'setuptools>=36.2.0',
'ipython==5.4.1',
'selenium==3.4.3',
'nose>=1.3.7',
'pytest>=3.1.3',
'pytest-html>=1.15.1',
'six>=1.10.0',
'flake8>=3.3.0',
'requests>=2.18.1',
'nose==1.3.7',
'pytest==3.1.3',
'pytest-html==1.15.1',
'six==1.10.0',
'flake8==3.3.0',
'requests==2.18.1',
'BeautifulSoup4==4.6.0',
'unittest2>=1.1.0',
'chardet>=3.0.2',
'boto>=2.46.1',
'unittest2==1.1.0',
'chardet==3.0.2',
'boto==2.48.0',
'ipdb==0.10.2',
'pyvirtualdisplay>=0.2.1',
'pyvirtualdisplay==0.2.1',
],
packages=['seleniumbase',
'seleniumbase.core',
Expand Down

0 comments on commit 78e8b7f

Please sign in to comment.