Ensure HTMLMIN is only used with Python 2.7+

This commit is contained in:
Khushboo Vashi
2017-10-10 09:14:23 +01:00
committed by Dave Page
parent f2929046fa
commit 91406d2879
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ fixtures==2.0.0
Flask==0.11.1
Flask-Babel==0.11.1
Flask-Gravatar==0.4.2
Flask-HTMLmin==1.2
Flask-HTMLmin==1.2; python_version >= '2.7'
Flask-Login==0.3.2
Flask-Mail==0.9.1
Flask-Migrate==2.0.3