File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,10 @@ ipython==5.10.0;python_version<"3.5"
52
52
ipython == 6.5.0 ;python_version >= "3.5" and python_version<"3.6"
53
53
ipython == 7.16.1 ;python_version >= "3.6" and python_version<"3.7"
54
54
ipython == 7.18.1 ;python_version >= "3.7"
55
+ colorama == 0.4.3
56
+ pathlib2 >= 2.3.5 ;python_version < "3.5"
55
57
importlib-metadata == 1.7.0
56
58
virtualenv >= 20.0.31
57
- colorama == 0.4.3
58
59
pymysql == 0.10.1
59
60
coverage == 5.3
60
61
brython == 3.8.10
Original file line number Diff line number Diff line change 54
54
55
55
setup (
56
56
name = 'seleniumbase' ,
57
- version = '1.49.20 ' ,
57
+ version = '1.49.21 ' ,
58
58
description = 'A complete framework for Web-UI testing | seleniumbase.io' ,
59
59
long_description = long_description ,
60
60
long_description_content_type = 'text/markdown' ,
146
146
'ipython==6.5.0;python_version>="3.5" and python_version<"3.6"' ,
147
147
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"' ,
148
148
'ipython==7.18.1;python_version>="3.7"' ,
149
+ 'colorama==0.4.3' ,
150
+ 'pathlib2>=2.3.5;python_version<"3.5"' , # Sync with "virtualenv"
149
151
'importlib-metadata==1.7.0' , # Must stay in sync with "virtualenv"
150
152
'virtualenv>=20.0.31' , # Must stay in sync with "importlib-metadata"
151
- 'colorama==0.4.3' ,
152
153
'pymysql==0.10.1' ,
153
154
'coverage==5.3' ,
154
155
'brython==3.8.10' ,
You can’t perform that action at this time.
0 commit comments