File tree Expand file tree Collapse file tree 3 files changed +7
-16
lines changed
Expand file tree Collapse file tree 3 files changed +7
-16
lines changed Original file line number Diff line number Diff line change 11# Dependencies used by the CeleryLongCallbackManager
22redis>=3.5.3
33celery[redis]>=5.1.2
4- importlib-metadata<5;python_version<"3.8"
Original file line number Diff line number Diff line change 11# Dependencies used by CI on github.com/plotly/dash
2- black==22.3.0;python_version>="3.7"
3- black==21.6b0;python_version<"3.7"
2+ black==22.3.0
43dash-flow-example==0.0.5
54dash-dangerously-set-inner-html
65flake8==7.0.0
76flaky==3.7.0
87flask-talisman==1.0.0
9- isort==4.3.21;python_version<"3.7"
108mimesis<=11.1.0
119mock==4.0.3
1210numpy<=1.26.3
13- orjson==3.5.4;python_version<"3.7"
14- orjson==3.9.12;python_version>="3.7"
15- openpyxl;python_version>="3.8"
16- pandas>=1.4.0;python_version>="3.8"
17- pandas==1.1.5;python_version<"3.8"
18- pyarrow<3;python_version<"3.7"
19- pyarrow;python_version>="3.7"
11+ orjson==3.9.12
12+ openpyxl
13+ pandas>=1.4.0
14+ pyarrow
2015pylint==3.0.3
2116pytest-mock
2217pytest-sugar==0.9.6
2318pyzmq==25.1.2
24- xlrd>=2.0.1;python_version>="3.8"
25- xlrd<2;python_version<"3.8"
19+ xlrd>=2.0.1
2620pytest-rerunfailures
2721jupyterlab<4.0.0
Original file line number Diff line number Diff line change @@ -4,9 +4,7 @@ plotly>=5.0.0
44dash_html_components==2.0.0
55dash_core_components==2.0.0
66dash_table==5.0.0
7- importlib-metadata==4.8.3;python_version<"3.7"
8- importlib-metadata;python_version>="3.7"
9- contextvars==2.4;python_version<"3.7"
7+ importlib-metadata
108typing_extensions>=4.1.1
119requests
1210retrying
You can’t perform that action at this time.
0 commit comments