flask-twisted
flask-twisted copied to clipboard
Simple integration of Flask and Twisted
Bumps [twisted](https://github.com/twisted/twisted) from 15.0.0 to 22.10.0. Release notes Sourced from twisted's releases. Twisted 22.10.0 (2022-10-30) This release contains a security fix for CVE-2022-39348. This is a low-severity security bug. Twisted...
Bumps [jinja2](https://github.com/pallets/jinja) from 2.7.3 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...
Bumps [flask](https://github.com/pallets/flask) from 0.10.1 to 1.0. Release notes *Sourced from [flask's releases](https://github.com/pallets/flask/releases).* > ## 1.0 > The Pallets team is pleased to release Flask 1.0. [Read the announcement on our...
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.10.4 to 0.15.3. Release notes *Sourced from [werkzeug's releases](https://github.com/pallets/werkzeug/releases).* > ## 0.15.3 > * Blog: https://palletsprojects.com/blog/werkzeug-0-15-3-released/ > * Changes: https://werkzeug.palletsprojects.com/en/0.15.x/changes/#version-0-15-3 > > > ## 0.15.2 > *...
In the example, we can see something in browser. In the `examples`, there is only one `hello` and it does not show `flask-twisted` very well. Hope the commit can help...
Some questions about the code blow: 1. flask.ext.twisted is deprecatd, use flask_twisted instead. 2. why not provide a demo which can work well? The demo blow can not work. 3....