This website requires JavaScript.
Explore
Help
Sign in
ravi-patel
/
flask
Watch
1
Star
0
Fork
You've already forked flask
0
forked from
orbit-oss/flask
Code
Pull requests
Activity
4e8787b915
flask
/
requirements
/
tests.in
6 lines
46 B
Text
Raw
Normal View
History
Unescape
Escape
use pip-compile to pin dev requirements
2020-05-23 14:03:11 -07:00
pytest
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.
2020-07-06 20:54:26 +01:00
asgiref
use pip-compile to pin dev requirements
2020-05-23 14:03:11 -07:00
blinker
greenlet
python-dotenv
Copy permalink