Adding in dependency -minify

mkdocs is looking for minify and it currently isn't installed causing my builds to fail (unless I am fundamentally doing something wrong?) 
Added to requirements for installer
This commit is contained in:
Ben De St Paer-Gotch 2020-03-02 16:29:24 +00:00 committed by GitHub
parent 5bb26cc53a
commit 2c0cd73b95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
mkdocs mkdocs
mkdocs-material mkdocs-material
mkdocs-minify-plugin
pygments pygments
pymdown-extensions pymdown-extensions