Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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