This website requires JavaScript.
Explore
Help
Sign in
orbit-oss
/
flask
Watch
4
Star
4
Fork
You've already forked flask
2
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
e00a4a4b44
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
Reference in a new issue
Copy permalink