File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- pip >= 20.1.1
1
+ pip >= 20.2
2
2
packaging >= 20.4
3
3
setuptools >= 44.1.1 ;python_version < "3.5"
4
4
setuptools >= 49.2.0 ;python_version >= "3.5"
@@ -42,10 +42,10 @@ colorama==0.4.3
42
42
pymysql == 0.10.0
43
43
coverage == 5.2.1
44
44
brython >= 3.8.9
45
- pyotp == 2.3 .0
45
+ pyotp == 2.4 .0
46
46
boto == 2.49.0
47
47
cffi == 1.14.1
48
- rich == 4.2.0 ;python_version >= "3.6" and python_version<"4.0"
48
+ rich == 4.2.1 ;python_version >= "3.6" and python_version<"4.0"
49
49
flake8 == 3.7.9 ;python_version < "3.5"
50
50
flake8 == 3.8.3 ;python_version >= "3.5"
51
51
pyflakes == 2.1.1 ;python_version < "3.5"
Original file line number Diff line number Diff line change 90
90
"Topic :: Utilities" ,
91
91
],
92
92
install_requires = [
93
- 'pip>=20.1.1 ' ,
93
+ 'pip>=20.2 ' ,
94
94
'packaging>=20.4' ,
95
95
'setuptools>=44.1.1;python_version<"3.5"' ,
96
96
'setuptools>=49.2.0;python_version>="3.5"' ,
134
134
'pymysql==0.10.0' ,
135
135
'coverage==5.2.1' ,
136
136
'brython>=3.8.9' ,
137
- 'pyotp==2.3 .0' ,
137
+ 'pyotp==2.4 .0' ,
138
138
'boto==2.49.0' ,
139
139
'cffi==1.14.1' ,
140
- 'rich==4.2.0 ;python_version>="3.6" and python_version<"4.0"' ,
140
+ 'rich==4.2.1 ;python_version>="3.6" and python_version<"4.0"' ,
141
141
'flake8==3.7.9;python_version<"3.5"' ,
142
142
'flake8==3.8.3;python_version>="3.5"' ,
143
143
'pyflakes==2.1.1;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments