mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure HTMLMIN is only used with Python 2.7+
This commit is contained in:
committed by
Dave Page
parent
f2929046fa
commit
91406d2879
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user