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
6b0c8cdac1
flask
/
requirements
/
tests.in
6 lines
72 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
remove ContextVar compat
2021-11-11 16:12:08 -08:00
greenlet ; python_version < "3.11"
use pip-compile to pin dev requirements
2020-05-23 14:03:11 -07:00
python-dotenv
Reference in a new issue
Copy permalink