File tree 3 files changed +7
-16
lines changed
3 files changed +7
-16
lines changed Original file line number Diff line number Diff line change 1
1
# Dependencies used by the CeleryLongCallbackManager
2
2
redis>=3.5.3
3
3
celery[redis]>=5.1.2
4
- importlib-metadata<5;python_version<"3.8"
Original file line number Diff line number Diff line change 1
1
# 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
4
3
dash-flow-example==0.0.5
5
4
dash-dangerously-set-inner-html
6
5
flake8==7.0.0
7
6
flaky==3.7.0
8
7
flask-talisman==1.0.0
9
- isort==4.3.21;python_version<"3.7"
10
8
mimesis<=11.1.0
11
9
mock==4.0.3
12
10
numpy<=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
20
15
pylint==3.0.3
21
16
pytest-mock
22
17
pytest-sugar==0.9.6
23
18
pyzmq==25.1.2
24
- xlrd>=2.0.1;python_version>="3.8"
25
- xlrd<2;python_version<"3.8"
19
+ xlrd>=2.0.1
26
20
pytest-rerunfailures
27
21
jupyterlab<4.0.0
Original file line number Diff line number Diff line change @@ -4,9 +4,7 @@ plotly>=5.0.0
4
4
dash_html_components==2.0.0
5
5
dash_core_components==2.0.0
6
6
dash_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
10
8
typing_extensions>=4.1.1
11
9
requests
12
10
retrying
You can’t perform that action at this time.
0 commit comments