Skip to content

Commit 09f18b6

Browse files
authored
Merge pull request #115 from seleniumbase/remove-unused-requirement
Remove unused requirement
2 parents 6c6a4b0 + 11be27c commit 09f18b6

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

_config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
theme: jekyll-theme-cayman
1+
theme: jekyll-theme-cayman
2+
title: SeleniumBase
3+
description: Browser Automation & Testing Platform

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ pytest-html>=1.15.1
88
six>=1.10.0
99
flake8>=3.3.0
1010
requests>=2.18.1
11-
urllib3==1.21.1
1211
BeautifulSoup4==4.6.0
1312
unittest2>=1.1.0
1413
chardet>=3.0.2

server_requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ pytest-html>=1.15.1
88
six>=1.10.0
99
flake8>=3.3.0
1010
requests>=2.18.1
11-
urllib3==1.21.1
1211
BeautifulSoup4==4.6.0
1312
unittest2>=1.1.0
1413
chardet>=3.0.2

server_setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='seleniumbase',
11-
version='1.4.1',
11+
version='1.4.2',
1212
description='Test Automation Framework - http://seleniumbase.com',
1313
long_description='Automation Framework for Simple & Reliable Web Testing',
1414
platforms='Mac * Windows * Linux * Docker',
@@ -28,7 +28,6 @@
2828
'six>=1.10.0',
2929
'flake8>=3.3.0',
3030
'requests>=2.18.1',
31-
'urllib3==1.21.1',
3231
'BeautifulSoup4==4.6.0',
3332
'unittest2>=1.1.0',
3433
'chardet>=3.0.2',

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='seleniumbase',
10-
version='1.4.1',
10+
version='1.4.2',
1111
description='Test Automation Framework - http://seleniumbase.com',
1212
long_description='Automation Framework for Simple & Reliable Web Testing',
1313
platforms='Mac * Windows * Linux * Docker',
@@ -27,7 +27,6 @@
2727
'six>=1.10.0',
2828
'flake8>=3.3.0',
2929
'requests>=2.18.1',
30-
'urllib3==1.21.1',
3130
'BeautifulSoup4==4.6.0',
3231
'unittest2>=1.1.0',
3332
'chardet>=3.0.2',

0 commit comments

Comments
 (0)