File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
livereload == 2.6.2 ;python_version >= "3.6"
2
+ pymdown-extensions == 8.0
2
3
mkdocs == 1.1.2
3
- mkdocs-material == 5.5.3
4
+ mkdocs-material == 5.5.6
4
5
mkdocs-simple-hooks == 0.1.1
5
6
mkdocs-material-extensions == 1.0
6
7
mkdocs-minify-plugin == 0.3.0
Original file line number Diff line number Diff line change 1
- pip >= 20.2.1
1
+ pip >= 20.2.2
2
2
packaging >= 20.4
3
3
setuptools >= 44.1.1 ;python_version < "3.5"
4
- setuptools >= 49.3.1 ;python_version >= "3.5"
4
+ setuptools >= 49.3.2 ;python_version >= "3.5"
5
5
setuptools-scm >= 4.1.2
6
6
wheel >= 0.34.2
7
7
six == 1.15.0
Original file line number Diff line number Diff line change 90
90
"Topic :: Utilities" ,
91
91
],
92
92
install_requires = [
93
- 'pip>=20.2.1 ' ,
93
+ 'pip>=20.2.2 ' ,
94
94
'packaging>=20.4' ,
95
95
'setuptools>=44.1.1;python_version<"3.5"' ,
96
- 'setuptools>=49.3.1 ;python_version>="3.5"' ,
96
+ 'setuptools>=49.3.2 ;python_version>="3.5"' ,
97
97
'setuptools-scm' ,
98
98
'wheel' ,
99
99
'six' ,
You can’t perform that action at this time.
0 commit comments