File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
pip >= 20.1.1
2
2
packaging >= 20.4
3
- setuptools >= 44.1.0 ;python_version < "3.5"
4
- setuptools >= 47.1.1 ;python_version >= "3.5"
3
+ setuptools >= 44.1.1 ;python_version < "3.5"
4
+ setuptools >= 47.3.0 ;python_version >= "3.5"
5
5
setuptools-scm >= 4.1.2
6
6
wheel >= 0.34.2
7
7
six == 1.15.0
@@ -14,6 +14,7 @@ requests==2.23.0
14
14
selenium == 3.141.0
15
15
pluggy == 0.13.1
16
16
attrs >= 19.3.0
17
+ py == 1.8.2
17
18
pytest == 4.6.11 ;python_version < "3.5"
18
19
pytest == 5.4.3 ;python_version >= "3.5"
19
20
pytest-cov == 2.10.0
@@ -41,7 +42,7 @@ coverage==5.1
41
42
pyotp == 2.3.0
42
43
boto == 2.49.0
43
44
cffi == 1.14.0
44
- rich == 2.1.0 ;python_version >= "3.6" and python_version<"4.0"
45
+ rich == 2.2.3 ;python_version >= "3.6" and python_version<"4.0"
45
46
flake8 == 3.7.9 ;python_version < "3.5"
46
47
flake8 == 3.8.3 ;python_version >= "3.5"
47
48
pyflakes == 2.1.1 ;python_version < "3.5"
Original file line number Diff line number Diff line change 92
92
install_requires = [
93
93
'pip>=20.1.1' ,
94
94
'packaging>=20.4' ,
95
- 'setuptools' ,
95
+ 'setuptools>=44.1.1;python_version<"3.5"' ,
96
+ 'setuptools>=47.3.0;python_version>="3.5"' ,
96
97
'setuptools-scm' ,
97
98
'wheel' ,
98
99
'six' ,
105
106
'selenium==3.141.0' ,
106
107
'pluggy==0.13.1' ,
107
108
'attrs>=19.3.0' ,
109
+ 'py==1.8.2' ,
108
110
'pytest==4.6.11;python_version<"3.5"' ,
109
111
'pytest==5.4.3;python_version>="3.5"' ,
110
112
'pytest-cov==2.10.0' ,
125
127
'pyopenssl==19.1.0' ,
126
128
'pygments==2.5.2;python_version<"3.5"' ,
127
129
'pygments==2.6.1;python_version>="3.5"' ,
128
- 'livereload==2.6.2' ,
129
130
'colorama==0.4.3' ,
130
131
'brython>=3.8.9' ,
131
132
'pymysql==0.9.3' ,
132
133
'coverage==5.1' ,
133
134
'pyotp==2.3.0' ,
134
135
'boto==2.49.0' ,
135
136
'cffi==1.14.0' ,
136
- 'rich==2.1.0 ;python_version>="3.6" and python_version<"4.0"' ,
137
+ 'rich==2.2.3 ;python_version>="3.6" and python_version<"4.0"' ,
137
138
'flake8==3.7.9;python_version<"3.5"' ,
138
139
'flake8==3.8.3;python_version>="3.5"' ,
139
140
'pyflakes==2.1.1;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments