File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed 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.1 .0 ;python_version >= "3.5"
4
+ setuptools >= 50.2 .0 ;python_version >= "3.5"
5
5
setuptools-scm >= 4.1.2
6
6
wheel >= 0.35.1
7
7
six == 1.15.0
@@ -17,6 +17,7 @@ selenium==3.141.0
17
17
msedge-selenium-tools == 3.141.2
18
18
more-itertools == 5.0.0 ;python_version < "3.5"
19
19
more-itertools == 8.5.0 ;python_version >= "3.5"
20
+ cssselect == 1.1.0
20
21
pluggy == 0.13.1
21
22
attrs >= 20.1.0
22
23
py == 1.8.1 ;python_version < "3.5"
@@ -44,7 +45,7 @@ pyopenssl==19.1.0
44
45
pygments == 2.5.2 ;python_version < "3.5"
45
46
pygments == 2.6.1 ;python_version >= "3.5"
46
47
traitlets == 4.3.3 ;python_version < "3.7"
47
- traitlets == 5.0.2 ;python_version >= "3.7"
48
+ traitlets == 5.0.3 ;python_version >= "3.7"
48
49
prompt-toolkit == 1.0.18 ;python_version < "3.6"
49
50
prompt-toolkit == 3.0.7 ;python_version >= "3.6"
50
51
ipython == 5.10.0 ;python_version < "3.5"
Original file line number Diff line number Diff line change 93
93
'pip>=20.2.2' ,
94
94
'packaging>=20.4' ,
95
95
'setuptools>=44.1.1;python_version<"3.5"' ,
96
- 'setuptools>=50.1 .0;python_version>="3.5"' ,
96
+ 'setuptools>=50.2 .0;python_version>="3.5"' ,
97
97
'setuptools-scm' ,
98
98
'wheel>=0.35.1' ,
99
99
'six' ,
109
109
'msedge-selenium-tools==3.141.2' ,
110
110
'more-itertools==5.0.0;python_version<"3.5"' ,
111
111
'more-itertools==8.5.0;python_version>="3.5"' ,
112
+ 'cssselect==1.1.0' ,
112
113
'pluggy==0.13.1' ,
113
114
'attrs>=20.1.0' ,
114
115
'py==1.8.1;python_version<"3.5"' ,
136
137
'pygments==2.5.2;python_version<"3.5"' ,
137
138
'pygments==2.6.1;python_version>="3.5"' ,
138
139
'traitlets==4.3.3;python_version<"3.7"' ,
139
- 'traitlets==5.0.2 ;python_version>="3.7"' ,
140
+ 'traitlets==5.0.3 ;python_version>="3.7"' ,
140
141
'ipython==5.10.0;python_version<"3.5"' ,
141
142
'prompt-toolkit==1.0.18;python_version<"3.6"' ,
142
143
'prompt-toolkit==3.0.7;python_version>="3.6"' ,
You can’t perform that action at this time.
0 commit comments