Flask-HTMLmin icon indicating copy to clipboard operation
Flask-HTMLmin copied to clipboard

Flask HTML response minifier

Results 4 Flask-HTMLmin issues
Sort by recently updated
recently updated
newest added

Using the example I get this: htmlmin = HTMLMIN(app, remove_comments=False, remove_empty_space=True, disable_css_min=True) TypeError: **unexpected keyword argument 'disable_css_min'** Also, when I install via pip, I get this: **Using legacy setup.py install...

bug
help wanted

Bumps [flask](https://github.com/pallets/flask) from 1.1.1 to 2.2.5. Release notes Sourced from flask's releases. 2.2.5 This is a security fix release for the 2.2.x release branch. Note that 2.3.x is the currently...

dependencies

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.2 to 2.2.3. Release notes Sourced from werkzeug's releases. 2.2.3 This is a fix release for the 2.2.x release branch. Changes: https://werkzeug.palletsprojects.com/en/2.2.x/changes/#version-2-2-3 Milestone: https://github.com/pallets/werkzeug/milestone/26?closed=1 This release contains...

dependencies

Bumps [cryptography](https://github.com/pyca/cryptography) from 38.0.4 to 39.0.1. Changelog Sourced from cryptography's changelog. 39.0.1 - 2023-02-07 * **SECURITY ISSUE** - Fixed a bug where ``Cipher.update_into`` accepted Python buffer protocol objects, but allowed...

dependencies