File tree 5 files changed +5
-7
lines changed 5 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
- theme : jekyll-theme-cayman
1
+ theme : jekyll-theme-cayman
2
+ title : SeleniumBase
3
+ description : Browser Automation & Testing Platform
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ pytest-html>=1.15.1
8
8
six >= 1.10.0
9
9
flake8 >= 3.3.0
10
10
requests >= 2.18.1
11
- urllib3 == 1.21.1
12
11
BeautifulSoup4 == 4.6.0
13
12
unittest2 >= 1.1.0
14
13
chardet >= 3.0.2
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ pytest-html>=1.15.1
8
8
six>=1.10.0
9
9
flake8>=3.3.0
10
10
requests>=2.18.1
11
- urllib3==1.21.1
12
11
BeautifulSoup4==4.6.0
13
12
unittest2>=1.1.0
14
13
chardet>=3.0.2
Original file line number Diff line number Diff line change 8
8
9
9
setup (
10
10
name = 'seleniumbase' ,
11
- version = '1.4.1 ' ,
11
+ version = '1.4.2 ' ,
12
12
description = 'Test Automation Framework - http://seleniumbase.com' ,
13
13
long_description = 'Automation Framework for Simple & Reliable Web Testing' ,
14
14
platforms = 'Mac * Windows * Linux * Docker' ,
28
28
'six>=1.10.0' ,
29
29
'flake8>=3.3.0' ,
30
30
'requests>=2.18.1' ,
31
- 'urllib3==1.21.1' ,
32
31
'BeautifulSoup4==4.6.0' ,
33
32
'unittest2>=1.1.0' ,
34
33
'chardet>=3.0.2' ,
Original file line number Diff line number Diff line change 7
7
8
8
setup (
9
9
name = 'seleniumbase' ,
10
- version = '1.4.1 ' ,
10
+ version = '1.4.2 ' ,
11
11
description = 'Test Automation Framework - http://seleniumbase.com' ,
12
12
long_description = 'Automation Framework for Simple & Reliable Web Testing' ,
13
13
platforms = 'Mac * Windows * Linux * Docker' ,
27
27
'six>=1.10.0' ,
28
28
'flake8>=3.3.0' ,
29
29
'requests>=2.18.1' ,
30
- 'urllib3==1.21.1' ,
31
30
'BeautifulSoup4==4.6.0' ,
32
31
'unittest2>=1.1.0' ,
33
32
'chardet>=3.0.2' ,
You can’t perform that action at this time.
0 commit comments