File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
mkdocs == 1.1.2
2
- mkdocs-material == 5.2.1
2
+ mkdocs-material == 5.2.2
3
3
mkdocs-simple-hooks == 0.1.1
4
4
mkdocs-material-extensions == 1.0
5
5
mkdocs-minify-plugin == 0.3.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ pip>=20.1.1
2
2
packaging >= 20.4
3
3
setuptools >= 44.1.0 ;python_version < "3.5"
4
4
setuptools >= 46.4.0 ;python_version >= "3.5"
5
- setuptools-scm >= 4.0.0
5
+ setuptools-scm >= 4.1.1
6
6
wheel >= 0.34.2
7
7
six == 1.15.0
8
8
nose == 1.3.7
@@ -41,6 +41,7 @@ coverage==5.1
41
41
pyotp == 2.3.0
42
42
boto == 2.49.0
43
43
cffi == 1.14.0
44
+ rich == 1.2.3 ;python_version >= "3.6" and python_version<"4.0"
44
45
flake8 == 3.7.9 ;python_version < "3.5"
45
46
flake8 == 3.8.2 ;python_version >= "3.5"
46
47
pyflakes == 2.1.1 ;python_version < "3.5"
Original file line number Diff line number Diff line change 132
132
'pyotp==2.3.0' ,
133
133
'boto==2.49.0' ,
134
134
'cffi==1.14.0' ,
135
+ 'rich==1.2.3;python_version>="3.6" and python_version<"4.0"' ,
135
136
'flake8==3.7.9;python_version<"3.5"' ,
136
137
'flake8==3.8.2;python_version>="3.5"' ,
137
138
'pyflakes==2.1.1;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments