mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-24 07:16:52 -06:00
Add required HTMLmin version - the Flask-htmlmin package doesn't seem to pull in the right version.
This commit is contained in:
parent
0493b86d4d
commit
bb49d69293
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user