File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
<p align =" center " ><a href =" https://github.com/seleniumbase/SeleniumBase/ " >
11
11
<img src =" https://seleniumbase.io/cdn/img/sb_logo_b.png " alt =" SeleniumBase " width =" 332 " /></a ></p >
12
12
<p align =" center " >
13
- <b >Automated web+mobile testing, 10x faster.</b >
13
+ <b >Automated web testing, 10x faster.</b >
14
14
</p >
15
15
<!-- View on GitHub -->
16
16
<p align =" center " >
Original file line number Diff line number Diff line change 1
1
pip >= 20.2.2
2
2
packaging >= 20.4
3
3
setuptools >= 44.1.1 ;python_version < "3.5"
4
- setuptools >= 50.2 .0 ;python_version >= "3.5"
4
+ setuptools >= 50.3 .0 ;python_version >= "3.5"
5
5
setuptools-scm >= 4.1.2
6
6
wheel >= 0.35.1
7
7
six == 1.15.0
@@ -19,7 +19,7 @@ more-itertools==5.0.0;python_version<"3.5"
19
19
more-itertools == 8.5.0 ;python_version >= "3.5"
20
20
cssselect == 1.1.0
21
21
pluggy == 0.13.1
22
- attrs >= 20.1 .0
22
+ attrs >= 20.2 .0
23
23
py == 1.8.1 ;python_version < "3.5"
24
24
py == 1.9.0 ;python_version >= "3.5"
25
25
pytest == 4.6.11 ;python_version < "3.5"
Original file line number Diff line number Diff line change 54
54
55
55
setup (
56
56
name = 'seleniumbase' ,
57
- version = '1.49.2 ' ,
57
+ version = '1.49.3 ' ,
58
58
description = 'Web Automation and Test Framework - https://seleniumbase.io' ,
59
59
long_description = long_description ,
60
60
long_description_content_type = 'text/markdown' ,
93
93
'pip>=20.2.2' ,
94
94
'packaging>=20.4' ,
95
95
'setuptools>=44.1.1;python_version<"3.5"' ,
96
- 'setuptools>=50.2 .0;python_version>="3.5"' ,
96
+ 'setuptools>=50.3 .0;python_version>="3.5"' ,
97
97
'setuptools-scm' ,
98
98
'wheel>=0.35.1' ,
99
99
'six' ,
111
111
'more-itertools==8.5.0;python_version>="3.5"' ,
112
112
'cssselect==1.1.0' ,
113
113
'pluggy==0.13.1' ,
114
- 'attrs>=20.1 .0' ,
114
+ 'attrs>=20.2 .0' ,
115
115
'py==1.8.1;python_version<"3.5"' ,
116
116
'py==1.9.0;python_version>="3.5"' ,
117
117
'pytest==4.6.11;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments