UAlbertaALTLab / itwewina

Replaced by https://github.com/UAlbertaALTLab/cree-intelligent-dictionary
https://github.com/UAlbertaALTLab/cree-intelligent-dictionary
GNU General Public License v3.0
1 stars 0 forks source link

Update flask-assets to 0.12 #164

Closed pyup-bot closed 5 years ago

pyup-bot commented 5 years ago

This PR updates Flask-Assets from 0.10 to 0.12.

Changelog ### 0.12 ``` - Added registration of Flask CLI commands using `flask.commands` entrypoint group. (Jiri Kuncar) - Added an optional support for FlaskAzureStorage when `FLASK_ASSETS_USE_AZURE` is set. (Alejo Arias) - Updated Flask extension imports for compatibility with Flask 0.11. (Andy Driver) (fixes 102) - Fixed generation of absolute urls using //. (fixes 73) - Fixed Flask-Script assets build command. (Frank Tackitt) ``` ### 0.11 ``` - Match webassets 0.11. - Option to use Flask-CDN (James Elkins). ```
Links - PyPI: https://pypi.org/project/flask-assets - Changelog: https://pyup.io/changelogs/flask-assets/ - Repo: http://github.com/miracle2k/flask-assets