Skip to content

Commit 1a2b531

Browse files
committed
adding missing reqs association
1 parent 6a34208 commit 1a2b531

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ jobs:
331331
python -m pip install --upgrade pip wheel
332332
python -m pip install "setuptools<78.0.0"
333333
python -m pip install "selenium==4.32.0"
334-
find packages -name dash-*.whl -print -exec sh -c 'pip install "{}[async,ci,testing,dev,celery,diskcache, fastapi, quart]"' \;
334+
find packages -name dash-*.whl -print -exec sh -c 'pip install "{}[async,ci,testing,dev,celery,diskcache,fastapi,quart]"' \;
335335
336336
- name: Install Google Chrome
337337
run: |

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ def read_req_file(req_type):
3535
"testing": read_req_file("testing"),
3636
"celery": read_req_file("celery"),
3737
"diskcache": read_req_file("diskcache"),
38-
"compress": read_req_file("compress")
38+
"compress": read_req_file("compress"),
39+
"fastapi": read_req_file("fastapi"),
40+
"quart": read_req_file("quart"),
3941
},
4042
entry_points={
4143
"console_scripts": [

0 commit comments

Comments
 (0)