Add required HTMLmin version - the Flask-htmlmin package doesn't seem to pull in the right version.

This commit is contained in:
Dave Page 2018-04-17 08:58:47 +01:00
parent 0493b86d4d
commit bb49d69293

View File

@ -34,6 +34,7 @@ Flask-Paranoid==0.2.0
################################################################
psycopg2>=2.7.4; python_version >= '2.7'
python-dateutil>=2.7.1; python_version >= '2.7'
htmlmin==0.1.12 python_version >= '2.7'
Flask-HTMLmin==1.3.2; python_version >= '2.7'
SQLAlchemy>=1.2.5; python_version >= '2.7'
Flask-Security>=3.0.0; python_version >= '2.7'