Skip to content

Commit 0ddf254

Browse files
committed
adding dash[async]
1 parent 4189ed6 commit 0ddf254

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requirements/async.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
flask[async]

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def read_req_file(req_type):
2929
install_requires=read_req_file("install"),
3030
python_requires=">=3.8",
3131
extras_require={
32+
"async": read_req_file("async"),
3233
"ci": read_req_file("ci"),
3334
"dev": read_req_file("dev"),
3435
"testing": read_req_file("testing"),

0 commit comments

Comments
 (0)