From e2459b75bce91150aea86cf971b160f89622efa0 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Mon, 21 Nov 2016 13:46:32 +0000 Subject: [PATCH] Actually Flask-HTMLmin *does not* require django-htmlmin - but uninstalling the latter breaks the htmlmin package which may need to be reinstalled. --- requirements_py2.txt | 1 - requirements_py3.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/requirements_py2.txt b/requirements_py2.txt index 57dca44ca..51170a450 100644 --- a/requirements_py2.txt +++ b/requirements_py2.txt @@ -2,7 +2,6 @@ Babel==1.3 beautifulsoup4==4.4.1 blinker==1.3 click==6.6 -django-htmlmin==0.10.0 extras==0.0.3 fixtures==2.0.0 Flask==0.11.1 diff --git a/requirements_py3.txt b/requirements_py3.txt index d69b6ab80..f68db7a84 100644 --- a/requirements_py3.txt +++ b/requirements_py3.txt @@ -2,7 +2,6 @@ Babel==1.3 beautifulsoup4==4.4.1 blinker==1.3 click==6.6 -django-htmlmin==0.10.0 extras==0.0.3 fixtures==2.0.0 Flask==0.11.1