File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
pip >= 20.3.4 ;python_version < "3.6"
2
2
pip >= 21.0 ;python_version >= "3.6"
3
- packaging >= 20.8
3
+ packaging >= 20.9
4
4
setuptools >= 44.1.1 ;python_version < "3.5"
5
5
setuptools >= 50.3.2 ;python_version >= "3.5" and python_version<"3.6"
6
6
setuptools >= 52.0.0 ;python_version >= "3.6"
@@ -71,7 +71,7 @@ pymysql==0.10.1;python_version<"3.6"
71
71
pymysql == 1.0.2 ;python_version >= "3.6"
72
72
coverage == 5.4
73
73
brython == 3.9.1
74
- pyotp == 2.4 .1
74
+ pyotp == 2.5 .1
75
75
boto == 2.49.0
76
76
cffi == 1.14.4
77
77
toml == 0.10.2
Original file line number Diff line number Diff line change 104
104
install_requires = [
105
105
'pip>=20.3.4;python_version<"3.6"' ,
106
106
'pip>=21.0;python_version>="3.6"' ,
107
- 'packaging>=20.8 ' ,
107
+ 'packaging>=20.9 ' ,
108
108
'setuptools>=44.1.1;python_version<"3.5"' ,
109
109
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"' ,
110
110
'setuptools>=52.0.0;python_version>="3.6"' ,
175
175
'pymysql==1.0.2;python_version>="3.6"' ,
176
176
'coverage==5.4' ,
177
177
'brython==3.9.1' ,
178
- 'pyotp==2.4 .1' ,
178
+ 'pyotp==2.5 .1' ,
179
179
'boto==2.49.0' ,
180
180
'cffi==1.14.4' ,
181
181
'toml==0.10.2' ,
You can’t perform that action at this time.
0 commit comments