flask/requirements
pgjones 6979265fa6
Add async support
This allows for async functions to be passed to the Flask class
instance, for example as a view function,

    @app.route("/")
    async def index():
        return "Async hello"

this comes with a cost though of poorer performance than using the
sync equivalent.

asgiref is the standard way to run async code within a sync context,
and is used in Django making it a safe and sane choice for this.
2021-04-06 09:35:10 -07:00
..
dev.in use pip-compile to pin dev requirements 2020-05-23 14:03:11 -07:00
dev.txt Merge pull request #3926 from pallets/dependabot/pip/sphinx-3.5.1 2021-03-01 15:25:15 +00:00
docs.in Add command switch tabs for Bash, CMD and Powershell with sphinx-tabs (#3714) 2020-10-15 14:08:37 -07:00
docs.txt Bump sphinx from 3.4.3 to 3.5.1 2021-03-01 15:17:54 +00:00
tests.in Add async support 2021-04-06 09:35:10 -07:00
tests.txt Add async support 2021-04-06 09:35:10 -07:00