From 67ec6b802ba6890e21416a4b806a3d3b74f52125 Mon Sep 17 00:00:00 2001 From: Lars Wilhelmer Date: Mon, 20 Sep 2021 08:26:38 +0200 Subject: [PATCH] Update dependencies, bump to 0.4.1 --- requirements.txt | 2 +- setup.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9465f79..224acc9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ mkdocs>=1.0.4 htmlmin>=0.1.4 -jsmin>=2.2.2 \ No newline at end of file +jsmin>=3.0.0 \ No newline at end of file diff --git a/setup.py b/setup.py index f610657..3c9b917 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='mkdocs-minify-plugin', - version='0.4.0', + version='0.4.1', description='An MkDocs plugin to minify HTML and/or JS files prior to being written to disk', long_description='', keywords='mkdocs minify publishing documentation html css', @@ -10,9 +10,9 @@ author='Byrne Reese, Lars Wilhelmer', author_email='byrne@majordojo.com', license='MIT', - python_requires='>=2.7', + python_requires='>=3.0', install_requires=[ - 'mkdocs>=1.0.4','htmlmin>=0.1.4', 'jsmin>=2.2.2' + 'mkdocs>=1.0.4','htmlmin>=0.1.4', 'jsmin>=3.0.0' ], classifiers=[ 'Development Status :: 4 - Beta',